Lists all teams in an organization.
curl -i -X GET \ https://dev.dixa.io/v1/teams \ -H 'Authorization: YOUR_API_KEY_HERE'
The list of teams in an organization
{ "data": [ { … }, { … } ] }