{
"url": "store/54",
"": "string"
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/content/pages/route' \
--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 '{
"url": "store/54",
"": "string"
}'
{
"page": {
"id": 1,
"url": "my-page",
"service": "events_list",
"title": "eligendi reprehenderit eaque",
"components": [],
"meta": {
"title": "Infinity Mall ::: New Page",
"description": "Best place for shopping",
"image": null
}
},
"url_params": {
"id": 23,
"slug": "awesome-store"
}
}