Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8080/api/files/upload' \ --header 'Authorization: Bearer <token>' \ --form 'category="konwledge"' \ --form 'file=@"C:\\Users\\w\\Desktop\\ds大三\\dhu\\学生手册_可搜索.pdf"'
{}