curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/receipts/configuration' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: ' \
--header 'X-Locale: pl'
{
"loyalty_club_configuration": {
"loyalty_club_id": 0,
"user_interface_configuration": {
"intro_header": "string",
"intro_body": "string",
"how_to_header": "string",
"how_to_body": "string",
"rules_header": "string",
"rules_body": "string",
"welcome_header": "string",
"welcome_body": "string"
},
"limit_per_day": 0,
"limit_per_week": 0,
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z"
}
}