Sets or updates permissions for a specific group scope
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
The group GUID to update scope permissions for
"supergroup"
The scope identifier (e.g., admin, moderator, participant)
"admin"
Permissions object containing key-value pairs for scope permissions
{
"sendMessage": "deny",
"initiateCall": "friends"
}Scope permissions updated successfully