Authorizations
JWT token obtained from /users/authorization endpoint
Headers
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.
Body
application/json
Name of the team
Example:
"Engineering Team"
Optional. Team identifier for update operations. If provided, updates existing team; if omitted, creates new team.
Example:
"app-123-engineering-team"
Logo URL for the team (optional)
Example:
"https://example.com/team-logo.png"
