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