curl --location 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"event_id": "7c2d3e4f-5061-4b7c-9d8e-0f1a2b3c4d5e",
"event_type": "static_wallet.deposit",
"created_at": "2026-08-18T13:20:44Z",
"deposit": {
"static_wallet_id": "sw_4KD2M8Q1",
"customer_id": "72891",
"address": "TZr5nQ8kL2wVxB7yH4jM9cPd3sFa6TgUe1",
"network": "TRC20",
"asset": "USDT",
"amount": "100.00",
"tx_hash": "c2e1d0f3a4b5968778695a4b3c2d1e0fc2e1d0f3a4b5968778695a4b3c2d1e0f",
"received_at": "2026-08-18T13:18:02Z"
}
}'