curl --location --request PUT 'https://api-lms.staging.teach-in.ru/api/admin/course-system/course/courses/4b61f117-9f8c-4ea7-b467-a6e69e20e0e4/edit-settings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"sections_access_type": "type",
"lessons_access_type": "type",
"stages_access_type": "type",
"materials_access_type": "type",
"stage_completer_access_type": "type",
"lesson_completer_access_type": "type",
"section_completer_access_type": "type",
"course_completer_access_type": "type"
}'