{
"page": {
"locales": [
"en"
],
"products": [
"website"
],
"status": "draft",
"visible_since": "2022-11-09T16:25:58.099512Z",
"visible_until": "2022-11-09T16:25:58.099512Z",
"sorting_priority": 0,
"url": "path/to/:id",
"title": {
"en": "Text"
},
"slug": {
"en": "Text"
},
"us_legacy_data": {},
"meta_title": {
"en": "Text"
},
"meta_description": {
"en": "Text"
},
"seo_keywords": {
"en": "Text"
}
}
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/content/management/pages' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": {
"locales": [
"en"
],
"products": [
"website"
],
"status": "draft",
"visible_since": "2022-11-09T16:25:58.099512Z",
"visible_until": "2022-11-09T16:25:58.099512Z",
"sorting_priority": 0,
"url": "path/to/:id",
"title": {
"en": "Text"
},
"slug": {
"en": "Text"
},
"us_legacy_data": {},
"meta_title": {
"en": "Text"
},
"meta_description": {
"en": "Text"
},
"seo_keywords": {
"en": "Text"
}
}
}'
{
"page": {
"id": 1,
"customer_id": 447,
"service": "press_releases_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": 84212413,
"url": "path/to/:id",
"title": {
"en": "Text"
},
"slug": {
"en": "Text"
},
"components": [],
"updated_by": "Ut aliquip commodo",
"publication_status": "published",
"us_legacy_data": {
"dolore_fa_": false
},
"meta_title": {
"en": "Text"
},
"meta_description": {
"en": "Text"
},
"seo_keywords": {
"en": "Text"
},
"meta_image": {
"identifier": "1",
"created_at": "2022-11-09T15:46:00.252860Z",
"image_details": {
"width": 58321243,
"height": 49407011
}
},
"created_at": "2022-11-05T16:25:58.099Z",
"updated_at": "2022-11-15T16:25:58.099Z",
"archived_at": null
}
}