Authorization: Bearer ********************{
"active": true
}curl --location 'https://api.mpc.dev.placewise.com/v1/games-admin//active' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'X-Client-Authorization: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"active": true
}'{
"id": 0,
"name": "string",
"type": "scratchcard",
"active": true,
"setup_finished": true,
"audience_id": 0,
"start_date": "2019-08-24T14:15:22.123Z",
"end_date": "2019-08-24T14:15:22.123Z",
"attempts": 0,
"chance_to_win": 0,
"day_start_time": "string",
"prize_limit": 0,
"redeem_before_new_ticket": true,
"show_prizes": true,
"support_email": "string"
}