Authorization: Bearer ********************curl --location 'https://api.mpc.dev.placewise.com/v1/games-admin/game-prizes//prizes' \
--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'[
{
"id": 0,
"coupon_id": 0,
"date_from": "2019-08-24T14:15:22.123Z",
"date_to": "2019-08-24T14:15:22.123Z",
"stocks": [
{
"id": 0,
"amount": 0,
"available_from": "2019-08-24T14:15:22.123Z"
}
]
}
]