curl --location '/admin/event-system/events' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"image": {
"id": "019ef461-17e3-7eaa-80ab-97169442e532",
"url": "https://lms.example.ru/api/files/read/019ef461-17e3-7eaa-80ab-97169442e532",
"name": "cover.png",
"extension": "png",
"mimeType": "image/png",
"size": 102400
},
"title": "Вебинар по API",
"showInList": true,
"description": "Краткое описание",
"detail": {
"image": null,
"description": "Подробное описание"
},
"type": "video_lecture",
"format": "internal",
"dateStart": "2026-09-15T16:30:00.123456+0300",
"dateEnd": "2026-09-15T18:30:00.123456+0300",
"ownerId": "019ef461-17e3-7eaa-80ab-97169442e532",
"platformId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"resourceUrl": "https://events.example.ru/webinar"
}'