curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api&version&method&start&offset&limit&_sid=<api-key>'{
"success": true,
"data": {
"items": [
{
"expanded": true,
"leaf": true,
"name": "string",
"quota": 0,
"share_quota": 0,
"share_used": 0,
"used": 0,
"children": [
{
"expanded": true,
"leaf": true,
"name": "string",
"quota": 0,
"share_quota": 0,
"share_used": 0,
"used": 0
}
]
}
],
"total": 0
}
}