{
    "info": {
        "name": "laravel",
        "description": "API Documentation",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "v1",
            "item": [
                {
                    "name": "logout",
                    "item": [
                        {
                            "name": "[POST] api/v1/logout",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/logout",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "logout"
                                    ]
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "update-password",
                    "item": [
                        {
                            "name": "[POST] api/v1/update-password",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/update-password",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "update-password"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"email\": \"user31@example.com\",\n    \"password\": \"sample_text\",\n    \"new_password\": \"sample_text\"\n}",
                                    "options": []
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "profile",
                    "item": [
                        {
                            "name": "[GET] api/v1/profile",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/profile",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "profile"
                                    ]
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "login",
                    "item": [
                        {
                            "name": "[POST] api/v1/login",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/login",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "login"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"email\": \"user41@example.com\",\n    \"password\": \"sample_text\"\n}",
                                    "options": []
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "refresh-token",
                    "item": [
                        {
                            "name": "[POST] api/v1/refresh-token",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/refresh-token",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "refresh-token"
                                    ]
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "room-categories",
                    "item": [
                        {
                            "name": "[POST] api/v1/room-categories",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/room-categories",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "room-categories"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"name\": \"sample_text\",\n    \"slug\": \"sample_text\",\n    \"short_desc\": \"sample_text\",\n    \"isActive\": 0\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[PUT] api/v1/room-categories/{id}",
                            "request": {
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/room-categories/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "room-categories",
                                        ":id"
                                    ],
                                    "variable": []
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"name\": \"sample_text\",\n    \"short_desc\": \"sample_text\",\n    \"isActive\": 1\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/room-categories/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/room-categories/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "room-categories",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/room-categories",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/room-categories",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "room-categories"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"page\": 5,\n    \"per_page\": 9,\n    \"search\": \"sample_text\",\n    \"isActive\": 0\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[DELETE] api/v1/room-categories",
                            "request": {
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/room-categories",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "room-categories"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"ids\": [\n        []\n    ]\n}",
                                    "options": []
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "rooms",
                    "item": [
                        {
                            "name": "create",
                            "item": [
                                {
                                    "name": "[POST] api/v1/rooms/create",
                                    "request": {
                                        "method": "POST",
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json",
                                                "type": "text"
                                            },
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json",
                                                "type": "text"
                                            }
                                        ],
                                        "url": {
                                            "raw": "{{base_url}}/api/v1/rooms/create",
                                            "host": [
                                                "{{base_url}}"
                                            ],
                                            "path": [
                                                "api",
                                                "v1",
                                                "rooms",
                                                "create"
                                            ]
                                        },
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n    \"roomCategoryId\": \"sample_text\",\n    \"name\": \"sample_text\",\n    \"tagline\": \"sample_text\",\n    \"image\": \"sample_text\",\n    \"gallery\": [\n        []\n    ],\n    \"price\": 63,\n    \"base_price\": 31,\n    \"priceLabel\": \"sample_text\",\n    \"size\": 10,\n    \"room_size_unit\": \"sample_text\",\n    \"capacity\": 2,\n    \"max_adults\": 5,\n    \"max_children\": 3,\n    \"bed\": \"sample_text\",\n    \"bed_count\": 10,\n    \"bathroom_count\": 5,\n    \"view\": \"sample_text\",\n    \"badge\": \"sample_text\",\n    \"description\": \"sample_text\",\n    \"cancellation_policy\": \"sample_text\",\n    \"check_in_time\": \"sample_text\",\n    \"check_out_time\": \"sample_text\",\n    \"amenities\": [\n        {\n            \"name\": \"sample_text\",\n            \"icon\": \"sample_text\"\n        }\n    ],\n    \"features\": [\n        []\n    ],\n    \"isActive\": 0\n}",
                                            "options": []
                                        }
                                    }
                                }
                            ]
                        },
                        {
                            "name": "[POST] api/v1/rooms/{id}",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/rooms/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "rooms",
                                        ":id"
                                    ],
                                    "variable": []
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"roomCategoryId\": \"sample_text\",\n    \"name\": \"sample_text\",\n    \"tagline\": \"sample_text\",\n    \"image\": \"sample_text\",\n    \"gallery\": [\n        []\n    ],\n    \"price\": 19,\n    \"priceLabel\": \"sample_text\",\n    \"size\": 8,\n    \"capacity\": 8,\n    \"bed\": \"sample_text\",\n    \"view\": \"sample_text\",\n    \"badge\": \"sample_text\",\n    \"description\": \"sample_text\",\n    \"amenities\": [\n        {\n            \"name\": \"sample_text\",\n            \"icon\": \"sample_text\"\n        }\n    ],\n    \"features\": [\n        []\n    ],\n    \"isActive\": 0\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[DELETE] api/v1/rooms",
                            "request": {
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/rooms",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "rooms"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"ids\": [\n        []\n    ]\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/rooms",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/rooms",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "rooms"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"page\": 6,\n    \"per_page\": 44,\n    \"search\": \"sample_text\",\n    \"roomCategoryId\": \"sample_text\",\n    \"isActive\": 0\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/rooms/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/rooms/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "rooms",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "hotel-room",
                    "item": [
                        {
                            "name": "[POST] api/v1/hotel-room",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/hotel-room",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "hotel-room"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"room_id\": \"sample_text\",\n    \"room_number\": \"sample_text\",\n    \"floor\": \"sample_text\",\n    \"building\": \"sample_text\",\n    \"wing\": \"sample_text\",\n    \"status\": \"sample_text\",\n    \"is_smoking\": 0,\n    \"notes\": \"sample_text\"\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[PUT] api/v1/hotel-room/{id}",
                            "request": {
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/hotel-room/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "hotel-room",
                                        ":id"
                                    ],
                                    "variable": []
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"room_id\": \"sample_text\",\n    \"room_number\": \"sample_text\",\n    \"floor\": \"sample_text\",\n    \"building\": \"sample_text\",\n    \"wing\": \"sample_text\",\n    \"status\": \"sample_text\",\n    \"is_smoking\": 0,\n    \"notes\": \"sample_text\"\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/hotel-room/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/hotel-room/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "hotel-room",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        },
                        {
                            "name": "delete-multiple",
                            "item": [
                                {
                                    "name": "[DELETE] api/v1/hotel-room/delete-multiple",
                                    "request": {
                                        "method": "DELETE",
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json",
                                                "type": "text"
                                            },
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json",
                                                "type": "text"
                                            }
                                        ],
                                        "url": {
                                            "raw": "{{base_url}}/api/v1/hotel-room/delete-multiple",
                                            "host": [
                                                "{{base_url}}"
                                            ],
                                            "path": [
                                                "api",
                                                "v1",
                                                "hotel-room",
                                                "delete-multiple"
                                            ]
                                        },
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n    \"ids\": [\n        []\n    ]\n}",
                                            "options": []
                                        }
                                    }
                                }
                            ]
                        },
                        {
                            "name": "[GET] api/v1/hotel-room",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/hotel-room",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "hotel-room"
                                    ]
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "rooms-category-frontend",
                    "item": [
                        {
                            "name": "[GET] api/v1/rooms-category-frontend",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/rooms-category-frontend",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "rooms-category-frontend"
                                    ]
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "gallery-categories",
                    "item": [
                        {
                            "name": "[POST] api/v1/gallery-categories",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/gallery-categories",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "gallery-categories"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"name\": \"sample_text\",\n    \"short_desc\": \"sample_text\",\n    \"isActive\": 0\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[PUT] api/v1/gallery-categories/{id}",
                            "request": {
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/gallery-categories/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "gallery-categories",
                                        ":id"
                                    ],
                                    "variable": []
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"name\": \"sample_text\",\n    \"short_desc\": \"sample_text\",\n    \"isActive\": 0\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/gallery-categories/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/gallery-categories/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "gallery-categories",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/gallery-categories",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/gallery-categories",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "gallery-categories"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"page\": 7,\n    \"per_page\": 68,\n    \"search\": \"sample_text\",\n    \"isActive\": 0\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[DELETE] api/v1/gallery-categories",
                            "request": {
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/gallery-categories",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "gallery-categories"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"ids\": [\n        []\n    ]\n}",
                                    "options": []
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "gallery",
                    "item": [
                        {
                            "name": "[POST] api/v1/gallery",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/gallery",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "gallery"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"galleryCategoryId\": \"sample_text\",\n    \"image\": \"sample_text\",\n    \"title\": \"sample_text\"\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[POST] api/v1/gallery/{id}",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/gallery/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "gallery",
                                        ":id"
                                    ],
                                    "variable": []
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"galleryCategoryId\": \"sample_text\",\n    \"image\": \"sample_text\",\n    \"title\": \"sample_text\"\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/gallery/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/gallery/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "gallery",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/gallery",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/gallery",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "gallery"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"page\": 10,\n    \"per_page\": 83,\n    \"search\": \"sample_text\",\n    \"galleryCategoryId\": \"sample_text\"\n}",
                                    "options": []
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "gallery-delete-multiple",
                    "item": [
                        {
                            "name": "[DELETE] api/v1/gallery-delete-multiple",
                            "request": {
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/gallery-delete-multiple",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "gallery-delete-multiple"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"ids\": [\n        []\n    ]\n}",
                                    "options": []
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "gallery-categories-frontend",
                    "item": [
                        {
                            "name": "[GET] api/v1/gallery-categories-frontend",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/gallery-categories-frontend",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "gallery-categories-frontend"
                                    ]
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "testimonials",
                    "item": [
                        {
                            "name": "[POST] api/v1/testimonials",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/testimonials",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "testimonials"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"fullName\": \"sample_text\",\n    \"message\": \"sample_text\",\n    \"shortDesc\": \"sample_text\",\n    \"rating\": 2,\n    \"location\": \"sample_text\",\n    \"image\": \"sample_text\",\n    \"designation\": \"sample_text\",\n    \"company\": \"sample_text\",\n    \"isShowFrontend\": 0,\n    \"isActive\": 0\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[POST] api/v1/testimonials/{id}",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/testimonials/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "testimonials",
                                        ":id"
                                    ],
                                    "variable": []
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"fullName\": \"sample_text\",\n    \"message\": \"sample_text\",\n    \"shortDesc\": \"sample_text\",\n    \"rating\": 4,\n    \"location\": \"sample_text\",\n    \"image\": \"sample_text\",\n    \"designation\": \"sample_text\",\n    \"company\": \"sample_text\",\n    \"isShowFrontend\": 0,\n    \"isActive\": 1\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/testimonials/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/testimonials/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "testimonials",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        },
                        {
                            "name": "[DELETE] api/v1/testimonials",
                            "request": {
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/testimonials",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "testimonials"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"ids\": [\n        []\n    ]\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/testimonials",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/testimonials",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "testimonials"
                                    ]
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "special-offers",
                    "item": [
                        {
                            "name": "[POST] api/v1/special-offers",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/special-offers",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "special-offers"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"label\": \"sample_text\",\n    \"name\": \"sample_text\",\n    \"description\": \"sample_text\",\n    \"price\": 8,\n    \"originalPrice\": 6,\n    \"features\": [\n        []\n    ],\n    \"accent\": \"sample_text\",\n    \"bg\": \"sample_text\",\n    \"tag\": \"sample_text\",\n    \"shortOrder\": 10,\n    \"isActive\": 1,\n    \"isShowFrontend\": 0\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[PUT] api/v1/special-offers/{id}",
                            "request": {
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/special-offers/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "special-offers",
                                        ":id"
                                    ],
                                    "variable": []
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"label\": \"sample_text\",\n    \"name\": \"sample_text\",\n    \"description\": \"sample_text\",\n    \"price\": 61,\n    \"originalPrice\": 60,\n    \"features\": [\n        []\n    ],\n    \"accent\": \"sample_text\",\n    \"bg\": \"sample_text\",\n    \"tag\": \"sample_text\",\n    \"shortOrder\": 6,\n    \"isActive\": 1,\n    \"isShowFrontend\": 1\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/special-offers",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/special-offers",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "special-offers"
                                    ]
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/special-offers/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/special-offers/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "special-offers",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        },
                        {
                            "name": "[DELETE] api/v1/special-offers",
                            "request": {
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/special-offers",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "special-offers"
                                    ]
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "special-offers-frontend",
                    "item": [
                        {
                            "name": "[GET] api/v1/special-offers-frontend",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/special-offers-frontend",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "special-offers-frontend"
                                    ]
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "award",
                    "item": [
                        {
                            "name": "[POST] api/v1/award",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/award",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "award"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"year\": \"sample_text\",\n    \"title\": \"sample_text\",\n    \"desc\": \"sample_text\",\n    \"icon\": \"sample_text\",\n    \"color\": \"sample_text\",\n    \"slug\": \"sample_text\",\n    \"isActive\": 1,\n    \"is_showFrontend\": 1\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[PUT] api/v1/award/{id}",
                            "request": {
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/award/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "award",
                                        ":id"
                                    ],
                                    "variable": []
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"year\": \"sample_text\",\n    \"title\": \"sample_text\",\n    \"desc\": \"sample_text\",\n    \"icon\": \"sample_text\",\n    \"color\": \"sample_text\",\n    \"slug\": \"sample_text\",\n    \"isActive\": 1,\n    \"is_showFrontend\": 1\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/award/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/award/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "award",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/award",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/award",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "award"
                                    ]
                                }
                            }
                        },
                        {
                            "name": "delete-multiple",
                            "item": [
                                {
                                    "name": "[DELETE] api/v1/award/delete-multiple",
                                    "request": {
                                        "method": "DELETE",
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json",
                                                "type": "text"
                                            },
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json",
                                                "type": "text"
                                            }
                                        ],
                                        "url": {
                                            "raw": "{{base_url}}/api/v1/award/delete-multiple",
                                            "host": [
                                                "{{base_url}}"
                                            ],
                                            "path": [
                                                "api",
                                                "v1",
                                                "award",
                                                "delete-multiple"
                                            ]
                                        },
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n    \"ids\": [\n        []\n    ]\n}",
                                            "options": []
                                        }
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "award-frontend",
                    "item": [
                        {
                            "name": "[GET] api/v1/award-frontend",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/award-frontend",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "award-frontend"
                                    ]
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "feature",
                    "item": [
                        {
                            "name": "[POST] api/v1/feature",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/feature",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "feature"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"title\": \"sample_text\",\n    \"is_active\": 1,\n    \"is_showFrontend\": 1\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[PUT] api/v1/feature/{id}",
                            "request": {
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/feature/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "feature",
                                        ":id"
                                    ],
                                    "variable": []
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"title\": \"sample_text\",\n    \"is_active\": 1,\n    \"is_showFrontend\": 0\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/feature/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/feature/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "feature",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/feature",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/feature",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "feature"
                                    ]
                                }
                            }
                        },
                        {
                            "name": "delete-multiple",
                            "item": [
                                {
                                    "name": "[DELETE] api/v1/feature/delete-multiple",
                                    "request": {
                                        "method": "DELETE",
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json",
                                                "type": "text"
                                            },
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json",
                                                "type": "text"
                                            }
                                        ],
                                        "url": {
                                            "raw": "{{base_url}}/api/v1/feature/delete-multiple",
                                            "host": [
                                                "{{base_url}}"
                                            ],
                                            "path": [
                                                "api",
                                                "v1",
                                                "feature",
                                                "delete-multiple"
                                            ]
                                        },
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n    \"ids\": [\n        []\n    ]\n}",
                                            "options": []
                                        }
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "feature-frontend",
                    "item": [
                        {
                            "name": "[GET] api/v1/feature-frontend",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/feature-frontend",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "feature-frontend"
                                    ]
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "amenity",
                    "item": [
                        {
                            "name": "[POST] api/v1/amenity",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/amenity",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "amenity"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"title\": \"sample_text\",\n    \"description\": \"sample_text\",\n    \"content\": \"sample_text\",\n    \"icon\": \"sample_text\",\n    \"tag\": \"sample_text\",\n    \"image\": \"sample_text\",\n    \"galleryService\": [\n        []\n    ],\n    \"is_featured\": 0,\n    \"is_active\": 1,\n    \"is_showFrontend\": 0\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[POST] api/v1/amenity/{id}",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/amenity/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "amenity",
                                        ":id"
                                    ],
                                    "variable": []
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"title\": \"sample_text\",\n    \"description\": \"sample_text\",\n    \"content\": \"sample_text\",\n    \"icon\": \"sample_text\",\n    \"tag\": \"sample_text\",\n    \"image\": \"sample_text\",\n    \"galleryService\": [\n        []\n    ],\n    \"is_featured\": 1,\n    \"is_active\": 1,\n    \"is_showFrontend\": 0\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/amenity/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/amenity/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "amenity",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/amenity",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/amenity",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "amenity"
                                    ]
                                }
                            }
                        },
                        {
                            "name": "delete-multiple",
                            "item": [
                                {
                                    "name": "[DELETE] api/v1/amenity/delete-multiple",
                                    "request": {
                                        "method": "DELETE",
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json",
                                                "type": "text"
                                            },
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json",
                                                "type": "text"
                                            }
                                        ],
                                        "url": {
                                            "raw": "{{base_url}}/api/v1/amenity/delete-multiple",
                                            "host": [
                                                "{{base_url}}"
                                            ],
                                            "path": [
                                                "api",
                                                "v1",
                                                "amenity",
                                                "delete-multiple"
                                            ]
                                        },
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n    \"ids\": [\n        []\n    ]\n}",
                                            "options": []
                                        }
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "amenity-frontend",
                    "item": [
                        {
                            "name": "[GET] api/v1/amenity-frontend",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/amenity-frontend",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "amenity-frontend"
                                    ]
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "location",
                    "item": [
                        {
                            "name": "[POST] api/v1/location",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/location",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "location"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"header\": \"sample_text\",\n    \"map\": \"sample_text\",\n    \"gettingHere\": \"sample_text\",\n    \"attractions\": \"sample_text\",\n    \"transferCard\": \"sample_text\",\n    \"altitudeNote\": \"sample_text\"\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[PUT] api/v1/location/{id}",
                            "request": {
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/location/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "location",
                                        ":id"
                                    ],
                                    "variable": []
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"header\": \"sample_text\",\n    \"map\": \"sample_text\",\n    \"gettingHere\": \"sample_text\",\n    \"attractions\": \"sample_text\",\n    \"transferCard\": \"sample_text\",\n    \"altitudeNote\": \"sample_text\"\n}",
                                    "options": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/location",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/location",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "location"
                                    ]
                                }
                            }
                        },
                        {
                            "name": "delete-multiple",
                            "item": [
                                {
                                    "name": "[DELETE] api/v1/location/delete-multiple",
                                    "request": {
                                        "method": "DELETE",
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json",
                                                "type": "text"
                                            },
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json",
                                                "type": "text"
                                            }
                                        ],
                                        "url": {
                                            "raw": "{{base_url}}/api/v1/location/delete-multiple",
                                            "host": [
                                                "{{base_url}}"
                                            ],
                                            "path": [
                                                "api",
                                                "v1",
                                                "location",
                                                "delete-multiple"
                                            ]
                                        },
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n    \"ids\": [\n        []\n    ]\n}",
                                            "options": []
                                        }
                                    }
                                }
                            ]
                        },
                        {
                            "name": "[GET] api/v1/location/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/location/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "location",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "create-rev",
                    "item": [
                        {
                            "name": "[POST] api/v1/create-rev",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/create-rev",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "create-rev"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"room_id\": \"sample_text\",\n    \"check_in_date\": \"sample_text\",\n    \"check_out_date\": \"sample_text\",\n    \"adults\": 8,\n    \"children\": 10,\n    \"special_request\": \"sample_text\",\n    \"guest\": {\n        \"first_name\": \"sample_text\",\n        \"last_name\": \"sample_text\",\n        \"email\": \"user47@example.com\",\n        \"phone\": \"sample_text\",\n        \"country\": \"sample_text\",\n        \"state\": \"sample_text\",\n        \"city\": \"sample_text\",\n        \"address\": \"sample_text\",\n        \"postal_code\": \"sample_text\",\n        \"identity_type\": \"sample_text\",\n        \"identity_number\": \"sample_text\"\n    }\n}",
                                    "options": []
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "check-availability",
                    "item": [
                        {
                            "name": "[POST] api/v1/check-availability",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/check-availability",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "check-availability"
                                    ]
                                },
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n    \"room_id\": \"sample_text\",\n    \"check_in_date\": \"sample_text\",\n    \"check_out_date\": \"sample_text\",\n    \"adults\": 5,\n    \"children\": 10\n}",
                                    "options": []
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "legal",
                    "item": [
                        {
                            "name": "[POST] api/v1/legal",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/legal",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "legal"
                                    ]
                                }
                            }
                        },
                        {
                            "name": "[PUT] api/v1/legal/{id}",
                            "request": {
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/legal/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "legal",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/legal/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/legal/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "legal",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "service",
                    "item": [
                        {
                            "name": "[POST] api/v1/service",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/service",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "service"
                                    ]
                                }
                            }
                        },
                        {
                            "name": "[PUT] api/v1/service/{id}",
                            "request": {
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/service/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "service",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/service/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/service/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "service",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/service",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/service",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "service"
                                    ]
                                }
                            }
                        },
                        {
                            "name": "[DELETE] api/v1/service/{id}",
                            "request": {
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/service/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "service",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "about",
                    "item": [
                        {
                            "name": "[POST] api/v1/about",
                            "request": {
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/about",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "about"
                                    ]
                                }
                            }
                        },
                        {
                            "name": "[PUT] api/v1/about/{id}",
                            "request": {
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/about/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "about",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        },
                        {
                            "name": "[GET] api/v1/about/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/about/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "about",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "business-contact",
                    "item": [
                        {
                            "name": "create",
                            "item": [
                                {
                                    "name": "[POST] api/v1/business-contact/create",
                                    "request": {
                                        "method": "POST",
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json",
                                                "type": "text"
                                            },
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json",
                                                "type": "text"
                                            }
                                        ],
                                        "url": {
                                            "raw": "{{base_url}}/api/v1/business-contact/create",
                                            "host": [
                                                "{{base_url}}"
                                            ],
                                            "path": [
                                                "api",
                                                "v1",
                                                "business-contact",
                                                "create"
                                            ]
                                        }
                                    }
                                }
                            ]
                        },
                        {
                            "name": "update",
                            "item": [
                                {
                                    "name": "[PUT] api/v1/business-contact/update/{id}",
                                    "request": {
                                        "method": "PUT",
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json",
                                                "type": "text"
                                            },
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json",
                                                "type": "text"
                                            }
                                        ],
                                        "url": {
                                            "raw": "{{base_url}}/api/v1/business-contact/update/:id",
                                            "host": [
                                                "{{base_url}}"
                                            ],
                                            "path": [
                                                "api",
                                                "v1",
                                                "business-contact",
                                                "update",
                                                ":id"
                                            ],
                                            "variable": []
                                        }
                                    }
                                }
                            ]
                        },
                        {
                            "name": "[GET] api/v1/business-contact/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/business-contact/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "business-contact",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        }
                    ]
                },
                {
                    "name": "contact-us",
                    "item": [
                        {
                            "name": "create",
                            "item": [
                                {
                                    "name": "[POST] api/v1/contact-us/create",
                                    "request": {
                                        "method": "POST",
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json",
                                                "type": "text"
                                            },
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json",
                                                "type": "text"
                                            }
                                        ],
                                        "url": {
                                            "raw": "{{base_url}}/api/v1/contact-us/create",
                                            "host": [
                                                "{{base_url}}"
                                            ],
                                            "path": [
                                                "api",
                                                "v1",
                                                "contact-us",
                                                "create"
                                            ]
                                        }
                                    }
                                }
                            ]
                        },
                        {
                            "name": "update",
                            "item": [
                                {
                                    "name": "[PUT] api/v1/contact-us/update/{id}",
                                    "request": {
                                        "method": "PUT",
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json",
                                                "type": "text"
                                            },
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json",
                                                "type": "text"
                                            }
                                        ],
                                        "url": {
                                            "raw": "{{base_url}}/api/v1/contact-us/update/:id",
                                            "host": [
                                                "{{base_url}}"
                                            ],
                                            "path": [
                                                "api",
                                                "v1",
                                                "contact-us",
                                                "update",
                                                ":id"
                                            ],
                                            "variable": []
                                        }
                                    }
                                }
                            ]
                        },
                        {
                            "name": "[GET] api/v1/contact-us/{id}",
                            "request": {
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json",
                                        "type": "text"
                                    },
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json",
                                        "type": "text"
                                    }
                                ],
                                "url": {
                                    "raw": "{{base_url}}/api/v1/contact-us/:id",
                                    "host": [
                                        "{{base_url}}"
                                    ],
                                    "path": [
                                        "api",
                                        "v1",
                                        "contact-us",
                                        ":id"
                                    ],
                                    "variable": []
                                }
                            }
                        }
                    ]
                }
            ]
        }
    ],
    "variable": [
        {
            "key": "base_url",
            "value": "https://api.sachpasshotel.com"
        }
    ]
}