Get Room Rate & Tax
Base Url : https://api.toggie.com/api
File Server : https://files.toggie.com/{file_name}
Endpoint : /room-type/v1/getRoomTypeRateTax/{room_type_id}
Header : {"withCredentials"=>true}
Method : get
header keys :
{
    "CHANNEL-ID": "int",
    "SECRET-KEY": "string",
    "ACCESS-KEY": "string"
}
query parameters :
{
    "start_date": "Y-m-d",
    "end_date": "Y-m-d"
}
response :
{
    "status": "string",
    "error_type": "string",
    "message": "string",
    "results": {
        "rates": {
            "2023-12-25": 25,
            "2023-12-26": 25,
            "2023-12-27": 25,
            "2023-12-28": 25
        },
        "tax_amount": 5
    }
}