abstract fun endBookingNow(booking: Booking): LiveData<SimpleResponse<Void>>
Ends an existing booking. That call is used for currently ongoing bookings.
Returns a LiveData with the response of this operation (Response).