Occ how to add Admin Privilege's (sharing) to a specific group?

Support intro

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 20.0.5): 25.09
Operating system and version (eg, Ubuntu 20.04): 22.04
Apache or nginx version (eg, Apache 2.4.25): NGINX
PHP version (eg, 7.4): 8.1

The issue you are facing:

So I know :
Adds a new group: occ group:add share-admins
Adds a user to group: occ group:adduser share-admins USERID
I have not been able to find out how to add “share” administrative privilege’s to that group via occ.
This is what I am trying to accomplish but through occ:


The above is pic the UI Method of adding Administrative privileges (sharing) to a group

This is the database table that will ultimately be effected:
image

Does anybody know the occ command to accomplish this?

What sayeth the group?