Authorization: Bearer ********************curl --location --request POST 'auth/sendPhoneVerificationCode' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "string"
}'{
"responseMessage": [
"Login verification code sent successfully"
],
"responseCode": 200,
"responseData": {
"success": true
}
}