{ "service": "group.create", "group": { "name": "Texas", "parent": {"id": 4787} //optional: if not present, the group will be created at the root level }}
{ "service" : "group.delete", "id" : 1005, "force" : true //optional: default is false. Force deletion even when the group has been assigned to entities }}