curl --location --request GET 'http://127.0.0.1:18111/biz/item/' \
--header 'Authorization: Bearer '
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"versionId": 0,
"version": "string",
"path": "string",
"size": 0,
"description": "string",
"isForce": 0,
"ossId": "string",
"remark": "string"
}
}