Get Room Type Details
Base Url : https://api.toggie.com/api
File Server : https://files.toggie.com/{file_name}
Endpoint : /room-type/v1/getRoomTypeDetails/{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": {
        "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": "king size",
        "beds_can_customize": 1,
        "beds_customize": {
            "single": "1",
            "double_large": "2"
        },
        "smoking_status": 0
    }
}