cURL
curl --request POST \ --url http://localhost:8080/api/auth/verify-otp \ --header 'Content-Type: application/json' \ --data ' { "identifier": "[email protected]", "code": "123456", "device_id": "<string>", "trace_id": "<string>" } '
{ "success": true, "data": { "verification_token": "<string>" } }
"[email protected]"
"123456"
Verification result
Show child attributes