holder with name, NIP and pangkat/golongan. Only an active user appears as a holder; a vacant position is returned with holder: null rather than omitted, so the chart keeps its shape.curl --location '/public/organisation'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
null
],
"result": [
{
"id": "string",
"name": "string",
"photoUrl": "string",
"holder": {
"userId": "string",
"name": "string",
"nip": "string",
"rank": "string"
},
"children": [
{}
]
}
]
}