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