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