Authorization: Bearer ********************curl --location --request PUT 'https://api-lms.staging.teach-in.ru/api/admin/event-system/platform/platforms/019d89d8-7318-7919-8509-d317e6f500cb/change-description' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"description": "Desc 333"
}'