curl --location --request POST 'https://zatoona-ai.com/api/v1/auth/register/verify-otp' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "ahmed@example.com", "otp": "123456" }'
{}