curl --location --request POST 'http://localhost:8080/student/common/upload' \ --header 'token;' \ --form 'files=@""'
{ "code": 0, "msg": "", "data": "" }