Check Booking Room Availability
Base Url : https://api.toggie.com/api
File Server : https://files.toggie.com/{file_name}
Endpoint : /booking/v1/checkAvailability/{room_type_id}
Header : {"withCredentials"=>true}
Method : get
header keys :
{
    "CHANNEL-ID": "int",
    "SECRET-KEY": "string",
    "ACCESS-KEY": "string"
}
response :
{
    "status": "string",
    "error_type": "string",
    "message": "string",
    "results": true
}