curl --location --request POST 'https://zatoona-ai.com/api/v1/ask' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"question": "ما هو قانون نيوتن الثاني للحركة؟",
"subject_code": "physics",
"mode": "detailed"
}'{}