curl --location --request POST 'ssiot.cc/api/file/upload' \
--header 'Authentication: 在用户管理中创建或通过login接口获取' \
--header 'Authentication: 在用户管理中创建或通过login接口获取'{
"code": 200,
"message": "操作成功",
"result": "xxxx/yyyy/file1.xlsx",
"success": true,
"timestamp": 1679389339866
}