curl --location --request POST '/api/v2/auth/register/phone/resend-otp' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone_number": "+1234567890" }'
{ "message": "Verification code sent successfully" }