The webhookId refers to the id field returned by the Get Webhook Event Details API.You will use this webhookId when calling the Resend Specific Webhook Event API to retry sending that particular webhook event.
curl--location--request POST 'https://www.runninghub.ai/task/openapi/retryWebhook' \
--header'Host: www.runninghub.ai' \
--header'Content-Type: application/json' \
--data-raw'{
"apiKey": "Please enter your own apiKey and keep it safe.",
"webhookId": "1904154698688159745",
"webhookUrl": "https://your-webhook-url"
}'