curl --location '/admin/course-system/programs/019ef461-17e3-7eaa-80ab-97169442e532/versions/019ef461-17e3-7eaa-80ab-97169442e532/courses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"imageId": "019ef461-e450-7b77-5d78-64e3691fb20f",
"title": "Осенний поток",
"description": "Описание потока",
"dateStart": "2026-09-01T09:00:00.000000+0300",
"dateEnd": "2026-12-20T18:00:00.000000+0300",
"detail": {
"imageId": "019ef461-f561-7c88-6e89-75f47a20c310",
"description": "Подробное описание"
},
"settings": {
"showInList": true,
"isRegistrationOpen": false,
"access": {
"sections": "sequential",
"lessons": "sequential",
"stages": "sequential",
"materials": "sequential"
},
"completion": {
"stage": "any-material",
"lesson": "all-stages",
"section": "all-lessons",
"course": "all-sections"
}
}
}'