Cancels an existing booking
cURL
curl --request POST \ --url http://localhost:3000/api/bookings/cancel-booking \ --header 'Content-Type: application/json' \ --data ' { "bookingId": "<string>" } '
{ "success": true }
ID of the booking to cancel
Booking cancelled successfully
Whether the operation was successful