curl --request GET \
--url http://localhost:2468/v1/fs/entries[
{
"entryType": "file",
"name": "<string>",
"path": "<string>",
"size": 1,
"modified": "<string>"
}
]curl --request GET \
--url http://localhost:2468/v1/fs/entries[
{
"entryType": "file",
"name": "<string>",
"path": "<string>",
"size": 1,
"modified": "<string>"
}
]