curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/content/press_releases/438' \
--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 'X-Locale: pl' \
--header 'Content-Type: application/json'{
    "press_release": {
        "id": 1,
        "title": "Title",
        "slug": "title",
        "teaser": "Teaser",
        "body": "Body",
        "headline": "Headline",
        "published_at": "2022-11-09T16:25:58.099512Z",
        "attachments": [
            {
                "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
                }
            }
        ],
        "image": {
            "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
            }
        },
        "url": "path/to/:id"
    }
}