Authorization: Bearer ********************curl --location 'https://api-lms.staging.teach-in.ru/api/admin/event-system/event/events/batch/change-platform' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"11111111-1111-4111-8111-111111111111",
"22222222-2222-4222-8222-222222222222"
],
"platformId": "33333333-3333-4333-8333-333333333333"
}'