The teams service allows users to create a team, which encapsulates a group of users. Once a team has been created, the owner of that team can add other users, using their ID's. Once a team has been created, and users have been added to a team, a team member can create an API Key for a specific team.
For now, only the owner of a team can create an API Key.
Note: if a team_id is included within the request body when creating an API key, the token service will check the teams service to ensure that the incoming owner_id, is the owner of that team.