curl --location --request PUT '/api/v1/lessons/?_method=PUT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"schedule_id": 0,
"date": "2022-01-03",
"time_from": "09:00",
"time_to": "12:00",
"discipline_id": "2",
"conducting_way_id": "3",
"lesson_type_id": "2",
"other_type_id": 0,
"classroom_id": "4",
"online_platform_room_id": "1",
"academic_plan_id": "1",
"academic_plan_batch_id": "1",
"teachers": "[1,2]",
"teacher_users": "[1,2]",
"study_groups": "[1]",
"closed": "true",
"marked": "true",
"comment": "Комментарий",
"course_link": "https://",
"reference_link": "https://",
"video_link": "https://",
"reservation_before": "false",
"reservation_after": "false",
"reserve": "false",
"reserve_name": "false",
"reserve_description": "",
"apply_to_related": "[1,2]"
}'