{
"eventId": "24",
"eventType": "SUB_WALLET_UPDATED",
"referenceId": "6",
"status": "active",
"timestamp": "1771051866",
"data": {
"walletId": "",
"walletName": "",
"externalAccountId": "",
"walletAddress": "",
"walletNetwork": "",
"permanentLink": "",
"status": ""
}
}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 '{
"eventId": "24",
"eventType": "SUB_WALLET_UPDATED",
"referenceId": "6",
"status": "active",
"timestamp": "1771051866",
"data": {
"walletId": "",
"walletName": "",
"externalAccountId": "",
"walletAddress": "",
"walletNetwork": "",
"permanentLink": "",
"status": ""
}
}'{}