Creates or updates a team. If team_id is provided, updates existing team; if omitted, creates new team.
JWT token obtained from /users/authorization endpoint
Specify the user making the request. This identifier should match the one you used when integrating the user with Village. Not needed when using user token authentication.
Name of the team
"Engineering Team"
Optional. Team identifier for update operations. If provided, updates existing team; if omitted, creates new team.
"app-123-engineering-team"
Logo URL for the team (optional)
"https://example.com/team-logo.png"
Team created or updated successfully