register-confirmation endpoint.curl --location 'https://api.techrar.com/api/v2/auth/register/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile_number": "0534901010",
"email": "[email protected]",
"name": "The Safwan",
"heard_from": "twitter"
}'{
"message": "OTP is sent. You can request a new one after 60 seconds",
"waiting_seconds": 60
}