curl --location --request GET '/v2/webhooks/events' \
--header 'Authorization: Bearer <token>'{
"events": [
{
"id": "string",
"key": "string",
"name": "string",
"description": "string",
"category": "string"
}
],
"eventsByCategory": {
"property1": [
{
"id": "string"
}
],
"property2": [
{
"id": "string"
}
]
}
}