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