curl --location 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"event_id": "a05f6172-8394-4ea0-9012-3c4d5e6f7081",
"event_type": "batch.partial",
"created_at": "2026-08-18T16:04:56Z",
"batch": {
"batch_id": "pb_5TX8NM03",
"external_id": "batch_2026_0818_A",
"status": "partial",
"network": "TRC20",
"asset": "USDT",
"totals": {
"total": 2,
"pending": 0,
"done": 1,
"failed": 1
},
"created_at": "2026-08-18T16:00:00Z",
"completed_at": "2026-08-18T16:04:55Z",
"items": []
}
}'