GET /v2/cursus/:cursus_id/teams
Return all the teams of the given Cursus

GET /v2/users/:user_id/teams
Return all the teams of the given User

GET /v2/users/:user_id/projects/:project_id/teams
Return all the teams of the given Project, associated with the given User

GET /v2/teams
Return all the teams

GET /v2/projects/:project_id/teams
Return all the teams of the given Project

GET /v2/project_sessions/:project_session_id/teams
Return all the teams of the given Project session

GET /v2/me/teams
Return all the teams for the current resource owner



POST /v2/teams
Create a team


PATCH /v2/teams/:id
Update a team

PUT /v2/teams/:id
Update a team


DELETE /v2/teams/:id
Destroy a team