{
    "web_setting": {
        "user_id": "",
        "tax_percentage": "",
        "delivery_fee": "",
        "robots_tag": "",
        "restaurant_full_address": "",
        "clarity_tag": "",
        "meta_pixel_tag": "",
        "gtm_tag": "",
        "analytics_tag": "",
        "google_verification_code": "",
        "yahoo_verification_code": "",
        "bing_verification_code": "",
        "logo": "",
        "domain_name": "",
        "restaurant_name": "",
        "payment_amount": "",
        "favicon": "",
        "meta_title": "",
        "meta_keywords": "",
        "meta_description": "",
        "content": "",
        "web_phone_number": "",
        "restaurant_open_time": "",
        "restaurant_close_time": "",
        "map_location_link": "",
        "web_bg_banner": "",
        "facebook_link": "",
        "instagram_link": "",
        "youtube_link": "",
        "tiktok_link": "",
        "snapchat_link": "",
        "pinterest_link": "",
        "whatsapp_link": ""
    },
    // get a content_pages where slug = home 
    "content_page": {
        "id": 1,
        "title": "Home",
        "slug": "home",
        "content": "<p>Welcome to our homepage!</p>"
    },
    "sliders": [
        {
            "id": 1,
            "image_url": "https://example.com/images/slider1.jpg",
            "link": "https://example.com/promo1"
        },
        {
            "id": 2,
            "image_url": "https://example.com/images/slider2.jpg",
            "link": "https://example.com/promo2"
        }
    ],
    "recommended_products": [
        {
            "tag": ["featured"],
            "id": 101,
            "image_url": "https://example.com/images/recommended1.jpg",
            "name": "Recommended Product 1",
            "description": "Description of Recommended Product 1",
            "options_available": false,
              "stock": "true",
            "price": 19.99
        },
        {
            "tag": ["popular"],
            "id": 102,
            "image_url": "https://example.com/images/recommended2.jpg",
            "name": "Recommended Product 2",
            "description": "Description of Recommended Product 2",
            "options_available": true,
            "price": 24.99,
            "stock": "true"
        }
    ],
    "categories": [
        {
            "id": 1,
            "name": "Category 1",
            "banner": "https://example.com/images/category1_banner.jpg",
            "icon": "https://example.com/images/category1_icon.png",
            "products": [
                {
                    "tag": ["bestseller", "new"],
                    "id": 1,
                    "image_url": "https://example.com/images/product1.jpg",
                    "name": "Product 1",
                    "description": "Description of Product 1",
                    "options_available": true,
                    "price": 29.99,
                      "stock": "true"
                }
            ]
        }
    ]
}
