curl --location --request GET 'https://api.oraydev.cn/sl/v1/enterprise/role-groups//acl' \
--header 'Authorization: Bearer ${access_token}'
{
"department_ids": [
0
],
"function": {
"property1": {
"allow": true,
"target_id": "string"
},
"property2": {
"allow": true,
"target_id": "string"
}
},
"is_admin": true
}