# Functions
All handle requirements to return all projects.
Create handle requirements to create teams with teams struct.
Delete handle deletion of project deleteTeam struct.
GetTeamIDForUnitTesting in only for unit testing purpose and will return team_id field.
List handle requirements to read teams with listTeams struct.
Read handle requirements to read teams with getTeams struct.
Search handle requirements to search teams with searchTeams struct.
Update handle requirements to update teams with updateTeam struct.