getTeams

suspend fun getTeams(): SearchResponse<Team>

Retrieves a list of teams for the authenticated user.

Return

A SearchResponse containing a list of Team objects.