curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/games-admin?type&page&per_page=&page_no=1' \
--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'{
"games": [
{
"id": 81,
"type": "scratchpad",
"name": "Elegant Plastic Soap",
"start_date": "2025-09-18T11:02:56.073Z",
"end_date": "2025-09-18T11:02:56.073Z",
"active": false,
"confirmed": true
},
{
"id": 38,
"type": "wof",
"name": "Handcrafted Soft Gloves",
"start_date": "2025-09-18T11:02:56.076Z",
"end_date": "2025-09-18T11:02:56.077Z",
"active": true,
"confirmed": false
}
],
"pagination_info": {
"total_count": 2050
}
}