{
"ids": [
"string"
]
}curl --location --request POST '/org/permission/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'[
{
"projectId": "",
"projectName": "",
"permissionType": "",
"settingType": "",
"rangeType": "",
"permissionStructs": [
{
"settingType": "",
"structItems": [
{
"category": "",
"dataList": [
{
"fieldType": "",
"whiteList": [
""
],
"blockList": [
""
]
}
]
}
]
}
]
}
]