{
"cookie_policy": {
"text": {},
"url": "https://example.com/cookies"
}
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/loyalty_clubs/management/cookie_policy' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"cookie_policy": {
"text": {},
"url": "https://example.com/cookies"
}
}'
{
"cookie_policy": {
"text": {
"en": "<h3><strong>Cookie Policy</strong></h3><h4><strong>Introduction</strong></p>",
"no": "<h3>Personvernerklæring</h3>\n<span><b>Innledning</b></span>"
},
"url": null
}
}