{
"participantCode": "string",
"buyerId": "string",
"expiry": "1735440000000"
}curl --location --request POST '/v1.0/crm/deposit/createWallet' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "string",
"buyerId": "string",
"expiry": "1735440000000"
}'{
"code": "string",
"msg": "string",
"data": {
"walletKey": "string",
"addressList": [
{
"blockchain": "string",
"address": "string",
"acceptableCurrencies": [
"string"
]
}
],
"status": 1,
"statusInfo": "string",
"expiry": 1735440000000,
"createAt": "2019-08-24T14:15:22.123Z"
}
}