curl --location --globoff 'https://stageapi.partake.ng/api/v2/admin/webhooks/deliveries/{{webhookDeliveryId}}' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"id": "wd_abc",
"gatewayName": "paystack",
"deliveryId": "ps_evt_xyz",
"status": "FAILED",
"retryCount": 2,
"lastError": "Timeout",
"createdAt": "2026-05-17T09:00:00.000Z"
}
}