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