{
"order": "string",
"desc": true
}curl --location --request POST 'test-mg-admin.hwyc.io/market-manager/v1/proxy/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"order": "string",
"desc": true
}'{
"code": 0,
"msg": "string",
"data": {
"current": 0,
"total": 0,
"size": 0,
"records": [
{
"uid": "string",
"username": "string",
"channelName": "string",
"joinTime": 0,
"commission": "string"
}
]
}
}