Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The cursor to start fetching from
The number of items to fetch
Required range: 
0 < x <= 100Example:
25
Gets all teams in your workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The cursor to start fetching from
The number of items to fetch
0 < x <= 10025