{
    "token": "string"
}curl --location --request POST '/public-api/user//get-authorized-pages?pgType=' \
--header 'Content-Type: application/json' \
--data-raw '{
    "token": "string"
}'{
    "result": "ok",
    "response": [
        {
            "id": "k21fac69427ab4c4eb975374",
            "name": "页面2",
            "sources": [
                {
                    "isSelf": true,
                    "id": "k90687188c861432587dd8cf",
                    "name": "郑祖群"
                }
            ],
            "isOwner": false,
            "isInherit": false,
            "canExport": true,
            "description": ""
        }
    ]
}