curl --location -g --request GET 'https://api.kickbase.com/v4/leagues/leagueId/ranking?dayNumber=1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"ti": "string",
"cpi": "string",
"ish": true,
"us": [
{
"iapl": true,
"i": "string",
"n": "string",
"adm": true,
"sp": 0,
"mdp": 0,
"shp": 0,
"tv": 0,
"spl": 0,
"mdpl": 0,
"pa": true,
"lp": [
0
]
}
],
"day": 0,
"shmdn": 0,
"sn": "string",
"il": true,
"nd": 0,
"lfmd": 0,
"ia": true
}