curl --location --request POST 'https://api.mpc.dev.placewise.com/v3/infinity-mall/offers/grant' \
--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' \
--data-raw '{
"offers": [
{
"id": 93901888,
"audience_id": 5086055
},
{
"id": 71913393,
"audience_id": 36129169,
"usable_for_seconds": 3600
},
{
"id": 80812818,
"member_id": 57997200
}
]
}'