Authorization: Bearer ********************curl --location --request GET 'http://119.45.164.188:9180/prod-api/project/files/list?createBy=&createTime=&updateBy=&updateTime=¶ms=&fileId=&fileCategoryId=&ownerItemId=&ownerId=&fileName=&mimeType=&fileSize=&filePath=&remark=&imageThumbPath=&folderId=&pageSize=&pageNum=&orderByColumn=&isAsc=' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"fileId": 0,
"fileCategoryId": 0,
"ownerItemId": 0,
"ownerId": 0,
"fileName": "string",
"mimeType": "string",
"fileSize": 0,
"filePath": "string",
"imageThumbPath": "string",
"remark": "string",
"folderId": 0
}
],
"code": 0,
"msg": "string"
}