Authorization: Bearer ********************curl --location --request POST 'auth/registerUser' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"password": "string",
"phone": "string",
"confirmPassword": "string",
"countryId": "string",
"firstName": "string",
"lastName": "string",
"email": "string"
}'{
"responseMessage": [
"Registered Successfully, A Verification code has been sent to your phone please verify it to continue"
],
"responseCode": 201,
"responseData": {
"success": true,
"message": "Verification code sent to your phone number"
}
}