curl --location --request POST '/api/auth/phone-number/reset-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"otp": "string",
"phoneNumber": "string",
"newPassword": "string"
}'
{
"status": true
}