curl --location --request GET 'https://api.victorops.com//api-public/v1/team' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;'
[
{
"_adminsUrl": "string",
"_membersUrl": "string",
"_policiesUrl": "string",
"_selfUrl": "string",
"isDefaultTeam": true,
"memberCount": 0,
"name": "string",
"slug": "string",
"version": 0
}
]