Authorization: Bearer ********************{
"name": "Yvette Yost",
"type": "scratchcard",
"audience_id": 89,
"start_date": "2022-11-09T16:25:58.099512Z",
"end_date": "2022-11-09T16:25:58.099512Z",
"attempts": 64521406,
"chance_to_win": 87.94158955875308,
"day_start_time": "08:00:00",
"prize_limit": 36807434,
"redeem_before_new_ticket": false,
"show_prizes": false,
"support_email": "Scarlett_Gulgowski-Davis@yahoo.com"
}curl --location 'https://api.mpc.dev.placewise.com/v1/games-admin' \
--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-raw '{
"name": "Yvette Yost",
"type": "scratchcard",
"audience_id": 89,
"start_date": "2022-11-09T16:25:58.099512Z",
"end_date": "2022-11-09T16:25:58.099512Z",
"attempts": 64521406,
"chance_to_win": 87.94158955875308,
"day_start_time": "08:00:00",
"prize_limit": 36807434,
"redeem_before_new_ticket": false,
"show_prizes": false,
"support_email": "Scarlett_Gulgowski-Davis@yahoo.com"
}'{
"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"
}