Authorization: Bearer ********************curl --location --request GET '/crm/common/depositremotelist' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"logo": "string",
"currency": "string",
"minAmount": 0,
"maxAmount": 0,
"channelName": "string",
"remoteChannelType": "0",
"extra": {
"property1": "string",
"property2": "string"
},
"isExist": true
}
]