curl --location --request PUT 'https://rates-api.globalbedbank.com/api/v1/bookings//cancel?timeout=undefined' \
--header 'Authorization: <api-key>'{
"booking_id": "string",
"booking_reference": "string",
"status": "string",
"cancellation_fee": 0,
"refund_amount": 0,
"currency": "string"
}