curl --location -g --request GET 'https://api.kickbase.com/v4/leagues/leagueId/teams/teamId/teamprofile/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"tid": "string",
"tn": "string",
"pl": 0,
"tv": 0,
"tw": 0,
"td": 0,
"tl": 0,
"it": [
{
"i": "string",
"n": "string",
"lst": 0,
"st": 0,
"pos": 0,
"mv": 0,
"mvt": 0,
"ap": 0,
"iotm": true,
"ofc": 0,
"tid": "string",
"sdmvt": 0,
"mvgl": 0
}
],
"npt": 0,
"avpcl": true
}