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