Authorization: Bearer ********************curl --location 'https://api-lms.staging.teach-in.ru/api/admin/event-system/platform/platforms/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "location",
"name": "Name 2",
"description": "Desc 2",
"active": true
}'