Authorization: Bearer ********************curl --location --request PUT 'https://api-lms.staging.teach-in.ru/api/video-system/video/video-watchers/view' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"video_id": "4b61f117-9f8c-4ea7-b467-a6e69e20e0e4",
"video_version_id": "4b61f117-9f8c-4ea7-b467-a6e69e20e0e4",
"watcher_id": "4b61f117-9f8c-4ea7-b467-a6e69e20e0e4"
}'