Create a Team
post
                    /api/v2/teams/
Make a POST request to this resource with the following team fields to create a new team:
- name: Name of this team. (string, required)
- description: Optional description of this team. (string, default=- "")
- organization: (id, required)
Request
Supported Media Types
                - application/json