{
"endpoint": "http://example.com",
"topics": [
"request.created"
]
}
curl --location --request POST '/webhooks' \
--header 'Content-Type: application/json' \
--data-raw '{
"endpoint": "http://example.com",
"topics": [
"request.created"
]
}'
{
"endpoint": "http://example.com",
"topics": [
"request.created"
],
"id": "string"
}