curl --location --request PUT 'https://api-lms.staging.teach-in.ru/api/admin/course-system/course-program/course-program-versions/4b61f117-9f8c-4ea7-b467-a6e69e20e0e4/edit-lesson-material' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"section_id": "4b61f117-9f8c-4ea7-b467-a6e69e20e0e4",
"lesson_id": "4b61f117-9f8c-4ea7-b467-a6e69e20e0e4",
"material_id": "4b61f117-9f8c-4ea7-b467-a6e69e20e0e4",
"title": "Title",
"type": "type",
"data": [],
"completion_conditions": []
}'