Skip to content
中文

Webhook Parameter Notes

This section contains endpoint-specific behavior, parameters, or usage notes for this API. This section contains endpoint-specific behavior, parameters, or usage notes for this API.

curl -X POST 'https://example.com/webhook'
-H 'Content-Type: application/json'
-H 'Authorization: Bearer your_api_key'
-d '{"topic": "user_quota_too_low", "data": {"quota": 0.5}}'