{
"apiKey": "{{apiKey}}",
"webhookId": "1904154698688159745",
"webhookUrl": "https://your-webhook-url"
}curl --location --request POST 'https://www.runninghub.cn/task/openapi/retryWebhook' \
--header 'Host: www.runninghub.cn' \
--header 'Authorization: Bearer [Your API KEY]' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "请输入自己的key",
"webhookId": "1904154698688159745",
"webhookUrl": "https://your-webhook-url"
}'{
"code": 0,
"msg": "",
"data": null
}