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