curl --location '/admin/course-system/programs/019ef461-17e3-7eaa-80ab-97169442e532/versions/019ef461-17e3-7eaa-80ab-97169442e532/materials' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"sectionId": "019ef461-17e3-7eaa-80ab-97169442e532",
"lessonId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"stageId": "019ef461-39a5-70cc-a2cd-b9384e10a754",
"title": "Материал 1: simple-video",
"type": "simple-video",
"data": {
"link": "https://cdn.example.ru/video/vvedenie.mp4",
"imageId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"detailImageId": "019ef461-39a5-70cc-a2cd-b9384e10a754"
},
"completionConditions": [
{
"type": "view",
"value": null
}
]
}'