Creates a new event entity in the system.
By default, a newly created event is hidden (is_visible: false).
This is a protected endpoint. Access is restricted to users with admin or manager roles. An attempt to access this endpoint with insufficient privileges will result in a 403 Forbidden error.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Event name
Event description
Event start time. Must be on the same day as end_time.
"2025-09-15T19:00:00Z"
Event end time. Must be on the same day as start_time.
"2025-09-15T19:00:00Z"
Unique hall ID
The maximum number of seats a single user can book for this event
Controls whether the event is displayed on the public-facing event list
The event was successfully created
Event name
Event description
Event start time
Event end time
The maximum number of seats a single user can book for this event
Link to download the event preview image
Controls whether the event is displayed on the public-facing event list
Unique hall ID