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