curl --location --request GET 'http://localhost:5600/open/logs'
{
"code": 0,
"data": [
{
"title": "string",
"key": "string",
"type": "directory",
"parent": "string",
"createTime": 0,
"children": [
{}
],
"size": 0
}
]
}