curl --request POST \
--url https://api.gameball.co/api/v4.0/integrations/batch/redeem \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"body": [
{
"customerId": "<string>",
"transactionId": "<string>",
"transactionTime": "2023-11-07T05:31:56Z",
"email": "<string>",
"mobile": "<string>",
"amount": 123,
"points": 123,
"holdReference": "<string>"
}
]
}
'