curl --location --request POST 'adminapi/coach.coach/coachAudit' \ --form 'id=""' \ --form 'audit_status=""' \ --form 'audit_remark=""'
{ "code": 1, "show": 0, "msg": "审核成功", "data": {} }