Groups REST Endpoints

File Server/Groups
Delete individual group
Method: delete
Path: {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/groups/{group}
Get individual group
Method: get
Path: {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/groups/{group}
Search groups
Method: get
Path: {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/groups
Update a group
Method: put
Path: {protocol}//{host}:{port}{basePath}/ic/api/fileserver/v1/groups/{group}