{
"personIds": [
"string"
],
"accountIds": [
"string"
],
"projectId": "string"
}curl --location --request POST '/user/permission-range/manage-range-merge' \
--header 'Content-Type: application/json' \
--data-raw '{
"personIds": [
"string"
],
"accountIds": [
"string"
],
"projectId": "string"
}'[
{
"personId": "",
"projectId": "",
"dealMajorIds": [
0
],
"distinctPermissionStructs": [
[
{
"settingType": "",
"structItems": [
{
"category": "",
"dataList": [
{
"fieldType": "",
"whiteList": [
""
],
"blockList": [
""
]
}
]
}
]
}
]
]
}
]