cURL
curl --request POST \ --url https://jamquest-dev.techboo.net/api/v1/user/send-phone-verification \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "data": { "message": "Phone verification code sent successfully." } }
Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.
Phone verification code sent successfully
"ok"
Show child attributes
"Phone verification code sent successfully."