curl --request POST \
--url https://lens-api.tic.io/sentinel/jobs/{guid}/webhook/retry \
--header 'x-api-key: <api-key>'Requeues the most recent webhook delivery for the job. Use this when your endpoint was temporarily down and the automatic retry budget has been exhausted (delivery status = “failed”).
curl --request POST \
--url https://lens-api.tic.io/sentinel/jobs/{guid}/webhook/retry \
--header 'x-api-key: <api-key>'