curl --location --request PATCH 'http://dev-cn.your-api-server.com/docs/AbCDeFGH/acl/settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"allowEditorsToChangePermissions": true,
"allowCopying": true,
"allowViewersToRequestEditing": true
}'
{
"allowEditorsToChangePermissions": true,
"allowCopying": true,
"allowViewersToRequestEditing": true
}