Move Group in Tree
Deletes a contact/group/folder from the Group Tree
POST
/api/groups/move
curl \
--request POST 'http://api.example.com/api/groups/move?id=42&oldparent=42&parentid=42' \
--header "Authorization: Bearer $ACCESS_TOKEN"