# Add team Create the teams Team Name: Not rquired, will default to "Team #X" with "X" being the total number of teams. Player Assign: If player ids are included in the request for each team, then those players will be assigned to the team when the team is created. Endpoint: POST /v1/events/{eventId}/teams Version: 1.0 Security: bearerAuth ## Path parameters: - `eventId` (string, required) Event Id Example: "M-5208" ## Request fields (application/json): - `name` (string) Name Example: "Team #1" - `playerIds` (array) Player Ids to initially assign to the team ## Response 200 fields ## Response 401 fields