api-token: ********************
curl --location -g --request GET 'http://localhost:5678/api/open/file/v1/list?path' \
--header 'api-token;'
{
"path": "string",
"title": "string",
"type": "folder",
"updated_at": "string",
"created_at": "string",
"children": [
{
"path": "string",
"name": "string",
"type": "folder",
"updated_at": "string",
"created_at": "string"
}
]
}