curl --location --request POST '/api/extract/cash' \ --header 'Authori-zation;' \ --form 'extract_type="weixin"' \ --form 'money="1"' \ --form 'name="姓名"'
{ "status": 0, "msg": "string" }