Authorization: Bearer ********************curl --location --request POST 'auth/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "string",
"password": "string"
}'{
"responseMessage": [
"We have sent a verification code to your phone please verify it to continue"
],
"responseCode": 200,
"responseData": {
"success": true,
"message": "Verification code sent to your phone number"
}
}