Example searches: “start”, “search.value”, “Groups”, “Audit”, “Gets recent deals”
Adds a contact/group/folder to a group
Group ID to add
New Parent Group ID
Type of object to add
curl \ --request POST 'http://api.example.com/api/groups/addToGroup?id=42&parentid=42&otype=string' \ --header "Authorization: Bearer $ACCESS_TOKEN"