{
    "systemAuth": {
        "systemId": "abc",
        "userId": "80375100",
        "parentUrl": "/",
        "parentAccessId": "ROOT",
        "childList": [
            {
                "accessId": "ABC1",
                "type": "page",
                "hasAuth": true
            },
            {
                "accessId": "ABC2",
                "type": "page",
                "hasAuth": false
            },
            {
                "accessId": "ABC4",
                "type": "button",
                "hasAuth": true
            },
            {
                "accessId": "ABC5",
                "type": "button",
                "hasAuth": false
            }
        ]
    }
}