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