Authorization: ********************[
{
"id": 0,
"eventTemplateId": 0,
"quantityRemaining": 0,
"remoteOrderNumber": "string",
"creditsConsumed": [
{
"description": "string"
}
]
}
]curl --location 'https://your-api-server.com' \
--header 'Webhook-Signature;' \
--header 'Webhook-Verb: eventCredits.Updated' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '[
{
"id": 0,
"eventTemplateId": 0,
"quantityRemaining": 0,
"remoteOrderNumber": "string",
"creditsConsumed": [
{
"description": "string"
}
]
}
]'{}