curl --location --request POST '/API_SERVICE_BASE_URL/v1/webhook/resend' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhookIds": [
"string"
],
"webhookType": "string",
"allFailWebhook": true
}'
{
"success": true
}