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