work On Group
fun workOnGroup(groupId: String?, logo: String?, name: String, description: String, members: List<GroupMember>, projects: List<String>): JsonObject
Method to execute the request to create a new group or edit an exiting group
Return
the result of the request as JsonObject
Parameters
group Id
The identifier of the group
logo
The logo of the group
name
The name of the group
description
The description of the group
members
The members to add in the group
projects
The projects to share with the group