{
"webhookIds": [
"string"
],
"webhookType": "string",
"allFailWebhook": true
}curl --location '/API_SERVICE_BASE_URL/v1/webhook/resend' \
--header 'X-BPN-API-KEY: <api-key>' \
--header 'X-BPN-SIGNATURE: <api-key>' \
--header 'X-BPN-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"webhookIds": [
"string"
],
"webhookType": "string",
"allFailWebhook": true
}'{
"success": true
}