curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/content/website' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{
    "website": {
        "primary_domain": "string",
        "secondary_domains": [
            "string"
        ],
        "primary_language": "en",
        "secondary_languages": [
            "no",
            "pl"
        ],
        "service_pages": {
            "home_page": {
                "id": 1,
                "url": "path/to/:id"
            },
            "articles_list": {
                "id": 1,
                "url": "path/to/:id"
            },
            "article_page": {
                "id": 1,
                "url": "path/to/:id"
            },
            "events_list": {
                "id": 1,
                "url": "path/to/:id"
            },
            "event_page": {
                "id": 1,
                "url": "path/to/:id"
            },
            "promotions_list": {
                "id": 1,
                "url": "path/to/:id"
            },
            "promotion_page": {
                "id": 1,
                "url": "path/to/:id"
            },
            "stores_list": {
                "id": 1,
                "url": "path/to/:id"
            },
            "store_page": {
                "id": 1,
                "url": "path/to/:id"
            },
            "jobs_list": {
                "id": 1,
                "url": "path/to/:id"
            },
            "job_page": {
                "id": 1,
                "url": "path/to/:id"
            },
            "press_releases_list": {
                "id": 1,
                "url": "path/to/:id"
            },
            "press_release_page": {
                "id": 1,
                "url": "path/to/:id"
            }
        },
        "layout": {
            "components": [
                {}
            ]
        },
        "config": {},
        "service_name": "string",
        "service_namespace": "app-cms-bento",
        "favicon": {
            "url": "https://example.com/image.png",
            "identifier": "1",
            "mime_type": "image/jpeg",
            "created_at": "2022-11-09T15:46:00.252860Z",
            "updated_at": "2022-11-09T15:46:00.252860Z",
            "image_details": {
                "width": 1,
                "height": 1
            }
        },
        "tracking_identifiers": [
            {
                "type": "google_analytics",
                "value": "string"
            }
        ]
    }
}