{
"data": {
"accountId": "51",
"currency": "USDC",
"network": "BSC",
"address": "0x12345678901234567890123456789012345678911",
"status": "PROCESSING"
},
"eventId": "a3868a03-b75d-4bd1-8090-0f66c14e6261",
"eventType": "WALLET_ADDRESS_UPDATED",
"referenceId": "51",
"status": "PROCESSING",
"timestamp": 1773217798202
}curl --location --request POST 'https://your-api-server.com' \
--header 'API-KEY: apikey ' \
--header 'API-TIMESTAMP: 1765454475759' \
--header 'API-SIGNATURE: d110004016a3cf2bfa06d57eaf850618c143f8aeb6e528882bd3811b2b988160' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"accountId": "51",
"currency": "USDC",
"network": "BSC",
"address": "0x12345678901234567890123456789012345678911",
"status": "PROCESSING"
},
"eventId": "a3868a03-b75d-4bd1-8090-0f66c14e6261",
"eventType": "WALLET_ADDRESS_UPDATED",
"referenceId": "51",
"status": "PROCESSING",
"timestamp": 1773217798202
}'{}