curl --location --request POST 'https://zatoona-ai.com/api/v1/flashcards/review/batch' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"reviews": [
{ "question_id": "<question-uuid-1>", "confidence": 4 },
{ "question_id": "<question-uuid-2>", "confidence": 2 },
{ "question_id": "<question-uuid-3>", "confidence": 1 }
]
}'{}