x-api-key: ********************curl --location --request PUT 'https://online-banking.originalaccounts.com/webhooks/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string",
"status": "active",
"event_categories": [
"string"
]
}'{
"id": "string",
"url": "string",
"status": "active",
"public_key": "string",
"event_categories": [
"string"
]
}