Create Group

POST /api/groups/createGroup

Creates a new group in the group tree

Responses

POST /api/groups/createGroup
curl \
 --request POST http://api.example.com/api/groups/createGroup \
 --header "Authorization: Bearer $ACCESS_TOKEN"