Create Group

POST /api/groups/createGroup

Creates a new group in the group tree

Responses

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