{
"enabled": true,
"filterOrgColumn": "create_org_id_",
"filterUserColumn": "create_by_",
"type": "0",
"groupName": "自定义列表",
"groupId": "423413971244285953",
"name": "字典列表",
"path": "/ab-bpm/sys/dataDict/getDictList",
"description": "this 水电费水电费"
}
curl --location --request POST '/ab-org/dataPermission/save' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabled": true,
"filterOrgColumn": "create_org_id_",
"filterUserColumn": "create_by_",
"type": "0",
"groupName": "自定义列表",
"groupId": "423413971244285953",
"name": "字典列表",
"path": "/ab-bpm/sys/dataDict/getDictList",
"description": "this 水电费水电费"
}'
{}