Create team
Creates a team and attaches you as a member. Answers **201** with the team document and a `Location` header pointing at the new resource.
**Body** (JSON):
- `name` (string, required, max 60) — team name.
Requires a full-access token (read-only tokens answer 403). Validation failures answer 422 with a JSON:API `errors` document.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Response
Successful response

