Create a Team
ENDPOINT
POST https://api.codecoogs.com/v1/teams
REQUEST BODY
{
"name": "Git Gud",
"points": 0,
}
URL Parameters
No parameters.
Body Parameters
name string
The teams's name.
points integer
The number of points the team has.
Returns
Returns a success status after successful team creation. This call returns a success status and an error message if something goes wrong.