curl --location -g --request GET 'https://app.hustro.com/api/v2/project//dir' \
--header 'hustro-client: m2m' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"items": [
{
"deleted": true,
"_id": "5f479169f7ef7fe33b3cca36",
"createdAt": "2020-12-01T11:32:01+01:00",
"createdBy": "5f479169f7ef7fe33b3cca36",
"modifiedAt": "2020-12-01T11:32:01+01:00",
"modifiedBy": "5f479169f7ef7fe33b3cca36",
"name": "string",
"parentId": "5f479169f7ef7fe33b3cca36"
}
],
"syncKey": "string",
"entitiesWithoutAccess": [
"5e417e81cc65ea28d1ff0fac",
"6396dfeca92a10590a6ada9b"
]
}