Create Team
Create a new team
Method: POST
Endpoint:Â
/omni/team
System Authorization: Authorization: Key=your-auth-key
User Authentication: tokenKey: {token}
{
"team_name": <string>,
"supervisor_id": <integer>,
"working_hours": <decimal>,
"well_being_deck_id": <integer>
}