curl --location --request POST 'coachapi/withdraw/apply' \
--form 'money=""' \
--form 'type=""'{
"code": 1,
"show": 1,
"msg": "",
"data": {
"way_list": [
{
"type": 1,
"config": []
},
{
"type": 2,
"config": []
},
{
"type": 3,
"config": []
}
],
"min_money": 10,
"max_money": 100,
"service_charge": 5,
"money": "0.00"
}
}