curl --location 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"event_id": "8d3e4f50-6172-4c8d-9e0f-1a2b3c4d5e6f",
"event_type": "balance.funded",
"created_at": "2026-08-18T11:05:12Z",
"funding": {
"amount": "5000.00",
"asset": "USDT",
"network": "TRC20",
"account_type": "payout",
"tx_hash": "d3f2e1a0b5c6978869785a4b3c2d1e0fd3f2e1a0b5c6978869785a4b3c2d1e0f",
"received_at": "2026-08-18T11:02:38Z"
}
}'