Get Room Type List
Base Url : https://api.toggie.com/api
File Server : https://files.toggie.com/{file_name}
Endpoint : /room-type/v1/getRoomTypeList
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": [
        {
            "id": 3,
            "name": "Double Bed Standard",
            "photos": [
                "image_1.jpeg",
                "image_2.jpeg",
                "image_3.jpg"
            ],
            "occupancy": 5,
            "adults": 3,
            "childrens": 2,
            "beds": 2,
            "beds_allotment_type": "double large",
            "beds_can_customize": 0,
            "beds_customize": {
                "single": "1",
                "double_large": "2"
            },
            "smoking_status": 0
        }
    ]
}