curl --request POST \
--url https://api.example.com/v1/webhook_endpoints \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://example.com/webhook",
"description": "Production webhook"
}
'curl --request POST \
--url https://api.example.com/v1/webhook_endpoints \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://example.com/webhook",
"description": "Production webhook"
}
'