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