curl --location --request GET 'https://api.zebracat.ai/v1/webhooks/' \
--header 'X-API-KEY: <api-key>'{
"id": 0,
"url": "http://example.com",
"name": "string",
"secret": "string",
"events": {},
"is_active": true,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}