Authorization: Bearer ********************
curl --location --request GET 'https://api.thinkeo.io/v1/teams/groups' \
--header 'Authorization: Bearer <token>'
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec",
"name": "string"
}
]