Retrieves a list of all bookings (past and future) associated with the currently authenticated user. Each item in the list contains enriched details about the event, hall, and seat. Requires user authentication.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A successful response returning a list of the user's bookings. The list can be empty if the user has no bookings.
The timestamp when the booking was created.
"2025-10-20T19:00:00Z"
"2025-10-20T22:30:00Z"
"Большой зал"
"ул. Главная, д. 1"
"12"
"7"
50