curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/loyalty_clubs/legal_information' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'X-Locale: pl'
{
"legal_information": {
"terms": {
"text": null,
"url": "https://example.com/terms"
},
"privacy_policy": {
"text": "<h3><strong>Privacy Policy</strong></h3><p>We strive to protect your privacy.",
"url": null
},
"cookie_policy": {
"text": null,
"url": "https://example.com/cookies"
}
}
}