curl --location --request GET '/api/services/app/OrganizationUnit/GetAll'
[
{
"parentId": 0,
"code": "string",
"displayName": "string",
"memberCount": 0,
"roleCount": 0,
"lastModificationTime": "2019-08-24T14:15:22Z",
"lastModifierUserId": 0,
"creationTime": "2019-08-24T14:15:22Z",
"creatorUserId": 0,
"id": 0
}
]