curl --location --request POST 'https://zatoona-ai.com/api/v1/study/plans/<plan-uuid>/quick-session' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "duration_minutes": 25 }'
{}