curl --location --request POST 'https://zatoona-ai.com/api/v1/ask/feedback' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"question_id": "<question-uuid>",
"rating": "up",
"reason": "الإجابة كانت واضحة ومفصلة"
}'{}