curl --location --request GET 'https://api.synup.com/api/v4/folders/tree' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'
{
"data": {
"getFolderTree": [
{
"id": "67049f29-3bc6-4e82-875b-02159b4b1fea",
"name": "root",
"level": 0,
"locationCount": 25,
"subFolders": [
{}
]
}
]
}
}