TeamColors
Colors associated with the team in hex color code format.
primaryColor (string)
Primary color for the team.
Possible values: Value must match regular expression ^#([A-Fa-f0-9]{6})$
secondaryColor (string)
Secondary color for the team.
Possible values: Value must match regular expression ^#([A-Fa-f0-9]{6})$
tertiaryColor (string)
Tertiary color for the team.
Possible values: Value must match regular expression ^#([A-Fa-f0-9]{6})$
TeamColors
{
"primary": "string",
"secondary": "string",
"tertiary": "string"
}