通知设置-WebHook参数介绍
仅支持 POST 地址作为 Web Hook 地址 我们将会发送以下请求到您的地址
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}}'仅支持 POST 地址作为 Web Hook 地址 我们将会发送以下请求到您的地址
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}}'