curl --location --globoff 'https://stageapi.partake.ng/api/v2/admin/webhooks/deliveries/{{webhookDeliveryId}}/retry' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true,
"data": {
"id": "wd_abc",
"status": "PENDING"
},
"message": "Webhook delivery queued for retry."
}