curl --location -g --request GET 'http://localhost:5678/api/open/file/v1/info?path' \
--header 'api-token: <api-key>'{
"type": "folder",
"name": "string",
"parent_path": "string",
"mode": "string",
"size": 0,
"display_size": "string",
"modified_time": "string",
"accessed_time": "string",
"created_time": "string",
"changed_time": "string"
}