{
"personIds": [
"string"
],
"accountIds": "new ArrayList<>()",
"projectId": "string"
}curl --location --request POST '/user/data-permission-merge' \
--header 'Content-Type: application/json' \
--data-raw '{
"personIds": [
"string"
],
"accountIds": "new ArrayList<>()",
"projectId": "string"
}'[
{
"accountId": "",
"distinctMergeStructs": [
[
{
"settingType": "",
"structItems": [
{
"category": "",
"dataList": [
{
"fieldType": "",
"whiteList": [
""
],
"blockList": [
""
]
}
]
}
]
}
]
]
}
]