Cancel Booking
Base Url : https://api.toggie.com/api
File Server : https://files.toggie.com/{file_name}
Endpoint : /booking/v1/cancelBooking/{booking_id}
Header : {"withCredentials"=>true}
Method : put
header keys :
{
    "CHANNEL-ID": "int",
    "SECRET-KEY": "string",
    "ACCESS-KEY": "string"
}
body parameters :
{
    "cancel_reason": "string"
}
response :
{
    "status": "string",
    "error_type": "string",
    "message": "string",
    "results": true
}