curl --location --request GET 'https://api.mpc.dev.placewise.com/v3/infinity-mall/rewards-program/info' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{
"achievements": [
{
"id": 1,
"type": "app_opened",
"name": "App opened",
"points": 50,
"limit": 20,
"frequency": {
"limit": 10,
"timespan": "day"
}
},
{
"id": 2,
"type": "consent_granted",
"name": "Consents granted",
"points": 1000,
"limit": null,
"frequency": null
}
],
"levels_program": {
"type": "regular",
"levels": [
{
"name": "1",
"points_threshold": 100
},
{
"name": "2",
"points_threshold": 300
},
{
"name": "3",
"points_threshold": 500
}
]
},
"reward_activation_time": 35
}