Authorization: Bearer ********************
curl --location --request POST '/system/attachment/uploadAttachment' \ --header 'Authorization: Bearer <token>' \ --form 'file=@"D:\\home\\li\\downloads\\文件.txt"'
{ "msg": "string", "code": 0 }