curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/content/management/pages?status&locale&publication_status&with_fixed_url&for_service' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{
"pages": [
{
"id": 1,
"customer_id": 447,
"service": "events_list",
"locales": [
"en"
],
"products": [
"website"
],
"status": "published",
"visible_since": "2022-11-09T16:25:58.099Z",
"visible_until": "2022-11-09T16:25:58.099Z",
"sorting_priority": 64806082,
"url": "path/to/:id",
"title": {
"en": "Text"
},
"slug": {
"en": "Text"
},
"components": [],
"updated_by": "in Lorem veniam aliquip adipisicing",
"publication_status": "published",
"us_legacy_data": {
"incididunt__d": -14165227.787236571
},
"meta_title": {
"en": "Text"
},
"meta_description": {
"en": "Text"
},
"seo_keywords": {
"en": "Text"
},
"meta_image": null,
"created_at": "2022-11-05T16:25:58.099Z",
"updated_at": "2022-11-15T16:25:58.099Z",
"archived_at": null
}
],
"pagination_info": {
"total_count": 2050
}
}