sampleData payload mirroring the shape of a realAuthorization: Bearer ********************curl --location --request GET 'https://prod.your-api-server.com/webhooks/event-types' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"type": "string",
"label": "string",
"description": "string",
"sampleData": null
}
]
}