curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/tracker/configuration' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{
"loyalty_club_configuration": {
"domain_id": null,
"expire_short_after": "P1M",
"use_https_in_shorts": true
}
}