curl --location 'https://zatoona-ai.com/api/v1/flashcards/deck' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data '{ "chapter_ids": [1, 2], "count": 10, "difficulty": "mixed" }'
{}