{
"url": "https://example.com/mywebhook3",
"events": [
"transactions",
"customers",
"links",
"cards"
]
}curl --location --request POST 'https://prod.your-api-server.com/v1/webhooks' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://example.com/mywebhook3",
"events": [
"transactions",
"customers",
"links",
"cards"
]
}'{}