Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8080/api/knowledge/3/upload' \ --header 'Authorization: Bearer <token>' \ --form 'category="knowledge"' \ --form 'file=@"C:\\Users\\w\\Desktop\\JWT拦截器.pdf"'
{}