curl --location 'https://auth.zamupay.com/apps/graph/api/v1/cybersource/webhooks' \
--header 'Authorization: Bearer {{access_token}}'{
"Webhooks": [
{
"WebhookId": "WH-00112",
"Url": "https://checkout.partner.com/webhooks/zamupay",
"Events": ["payment.captured", "payment.voided"],
"Status": "ACTIVE",
"CreatedAt": "2025-04-24T11:30:00Z"
}
]
}