{
    "token": "string",
    "pages": [
        {
            "pgId": "string",
            "isOwner": true,
            "isReadable": true,
            "isExportable": true
        }
    ]
}curl --location --request POST '/public-api/user//modify-authorized-pages' \
--header 'Content-Type: application/json' \
--data-raw '{
    "token": "string",
    "pages": [
        {
            "pgId": "string",
            "isOwner": true,
            "isReadable": true,
            "isExportable": true
        }
    ]
}'{
    "result": "ok",
    "response": [
        {
            "id": "k21fac69427ab4c4eb975374",
            "name": "页面2",
            "sources": [
                {
                    "isSelf": true,
                    "id": "k90687188c861432587dd8cf",
                    "name": "郑祖群"
                }
            ],
            "isOwner": false,
            "isInherit": false,
            "canExport": true
        },
        {
            "id": "a66dc01f2cb664284b3927d0",
            "name": "跳转至链接_在本标签页中打开",
            "sources": [
                {
                    "isSelf": true,
                    "id": "k90687188c861432587dd8cf",
                    "name": "郑祖群"
                }
            ],
            "isOwner": true,
            "isInherit": false,
            "canExport": true
        }
    ]
}