curl --request POST \
--url https://api.gameball.co/api/v4.0/integrations/batch/orders \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"body": [
{
"customerId": "<string>",
"orderId": "<string>",
"orderDate": "2023-11-07T05:31:56Z",
"totalPaid": 123
}
]
}
'