curl --location -g --request GET 'https://api.kickbase.com/v4/leagues/leagueId/overview?includeManagersAndBattles=true' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"i": "string",
"lnm": "string",
"cpi": "string",
"cpn": "string",
"dt": "string",
"isr": true,
"mgc": 0,
"mid": [
"string"
],
"gpm": 0,
"b": 0,
"mppu": 0,
"mpst": 0,
"amd": true,
"isp": true,
"mgm": 0,
"ism": true,
"adm": true,
"us": [
{
"i": "string",
"n": "string"
}
],
"btls": [
{
"t": 0,
"n": "string",
"d": "string",
"u": {
"i": "string",
"n": "string"
}
}
]
}