Authorization: Bearer ********************curl --location --request GET '/iapi/v1/pro/finance/crm/common/channel' \
--header 'Authorization: Bearer <token>'{
"depositChannels": [
{
"id": 0,
"name": "string",
"currency": "string"
}
],
"withdrawalChannels": [
{
"id": 0,
"name": "string",
"currency": "string"
}
]
}