Authorization: Bearer ********************{
"walletKey": "string",
"status": 1,
"expiry": 0
}curl --location --request POST '/v1.0/crm/deposit/updateWallet' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"walletKey": "string",
"status": 1,
"expiry": 0
}'{
"code": "string",
"msg": "string",
"data": {
"walletKey": "string",
"addressList": [
{
"blockchain": "string",
"address": "string",
"acceptableCurrencies": [
"string"
]
}
],
"status": 1,
"statusInfo": "string",
"expiry": 1735440000000,
"updateAt": 0
}
}