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