cURL
curl --request POST \ --url https://api.example.com/api/v1/auth/verify-otp \ --header 'Content-Type: application/json' \ --data ' { "Email": "jsmith@example.com", "Code": "<string>" } '
{ "data": {}, "success": true }
Successful Response