curl --location --request POST '/api/v2/auth/register/phone/validate-otp' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone_number": "+1234567890", "otp": "123456" }'
{ "message": "OTP validated successfully" }