Creating a resource starts by asking yourself a couple of questions:
POST /offices/:officeId/resources
team:add
owner
Parameters
name
- string - requiredResponse
id
- string: Team IdExample
$ echo '{"name": "Marketing"}' | http POST 'http://localhost:5000/teams' 'X-Tactic-Orgz: ORGANIZATION_SLUG' 'Authorization: Bearer ACCESS_TOKEN'HTTP/1.1 201 Created{"id": "team_481f5742-9620-49df-82aa-ce23d64e5575"}