curl --location --request GET 'http://127.0.0.1:18111/biz/item/list?id=&versionId=&path=&size=&description=&isForce=&remark=' \
--header 'Authorization: Bearer '
{
"total": 0,
"rows": [
{
"id": 0,
"versionId": 0,
"version": "string",
"path": "string",
"size": 0,
"description": "string",
"isForce": 0,
"ossId": "string",
"remark": "string"
}
],
"code": 0,
"msg": "string"
}