Get Static Groups

GET /api/groups/staticGroups

Return a list of static contact groups

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