Creates a new booking (reservation) for a specific seat at a specific event.
This operation requires user authentication; the server automatically assigns the user_id from the authentication token.
The booking is created with an initial is_paid: false status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Booking created successfully