curl --location --request POST '127.0.0.1:9000/api/common/upload' \ --header 'Authorization;' \ --header 'Content-Type: multipart/form-data' \ --form 'file=@"C:\\Users\\EST-卓朝\\Desktop\\avatar.jpg"'
{ "code": "string", "message": null, "data": { "fileName": "string" }, "success": true }