Webhook Mock
Gere payloads, cURL e teste echo para webhooks.
Payload
Assinatura HMAC-SHA256
cURL
curl -X POST /api/webhook-mock -H "Content-Type: application/json" -d '{
"event": "test.created",
"id": "evt_123"
}'Gere payloads, cURL e teste echo para webhooks.
curl -X POST /api/webhook-mock -H "Content-Type: application/json" -d '{
"event": "test.created",
"id": "evt_123"
}'