curl --location -g --request GET 'https://api.kickbase.com/v4/competitions/1/teams/teamId/teamcenter?dayNumber=1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"tid": "string",
"tn": "string",
"pl": 0,
"p": 0,
"ma": {
"mi": "string",
"t1": "string",
"t2": "string",
"t1g": 0,
"t2g": 0,
"mtd": "string",
"st": 0,
"il": true,
"dt": "string"
},
"it": [
{
"i": "string",
"n": "string",
"k": [
0
],
"mdst": 0,
"p": 0
}
],
"tpm": [
{
"i": "string",
"n": "string",
"p": 0
}
]
}