curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/content/press_releases/438' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: ' \
--header 'X-Locale: pl'
{
"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"
}
}