更多详细教程文档尽在https://laigeoffer.cn/
Authorization: Bearer ********************
curl --location 'http://localhost:6880/project/task/import' \ --header 'Authorization: Bearer <token>' \ --form 'file=@""'
{ "code": 200, "msg": "操作成功" }