curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/content/pages/' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{
"page": {
"id": 1,
"url": "my-page",
"service": "home_page",
"title": "string",
"components": [
{}
]
}
}