curl --location --request GET 'https://api.mpc.dev.placewise.com/v3/infinity-mall/members/1/offers' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{
"offers": [
{
"id": 1552282,
"name": null,
"type": "REGULAR",
"description": null,
"external_url": "https://example.com",
"usable_since": "2025-06-28T10:00:00.0Z",
"usable_until": null,
"usage_authorization_token_required": false,
"collection_ids": [
1029818
],
"tags": [
"Benefit_10%"
],
"shops": [
"Espresso House"
],
"stores": [
"Espresso House"
],
"store_ids": [
36
],
"files": [
{
"identifier": "1",
"created_at": "2022-11-09T15:46:00.252860Z",
"image_details": {
"width": 63352213,
"height": 67488908
}
}
],
"display": {},
"liked": false,
"usage": {},
"extras": {
"designa_rebate_time_seconds": 56
},
"authorization_code_displayed": false
},
{
"id": 1552282,
"name": null,
"type": "REGULAR",
"description": "Special",
"external_url": null,
"usable_since": "2025-06-28T10:00:00.0Z",
"usable_until": null,
"usage_authorization_token_required": false,
"collection_ids": [
1029818
],
"tags": [
"Benefit_10%"
],
"shops": [
"Espresso House"
],
"stores": [
"Espresso House"
],
"store_ids": [
36
],
"files": [
null,
{
"identifier": "1",
"created_at": "2022-11-09T15:46:00.252860Z",
"image_details": {
"width": 57677290,
"height": 75587492
}
}
],
"display": {},
"liked": false,
"usage": {},
"extras": {},
"authorization_code_displayed": true
}
]
}