curl --location --request GET '/api/withdraw/config' \
--header 'token: {{token}}'
{
"code": 1,
"msg": "",
"data": {
"able_withdraw": 0,
"min_withdraw": 1,
"max_withdraw": 10,
"poundage_percent": 0.01
},
"show": 0,
"time": "0.277969"
}