GET
/api-v1/my-expenses/department-tree
curl \
--request GET 'https://wyzio.app/api-v1/my-expenses/department-tree'
Response examples (200)
[
{
"id": 42,
"parentId": 42,
"name": "string",
"position": 42,
"children": [
{}
],
"isDeleted": true
}
]