curl --location -g --request GET 'https://api.kickbase.com/v4/leagues/leagueId/managers/userId/performance' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"u": "string",
"unm": "string",
"st": 0,
"it": [
{
"sid": "string",
"sn": "string",
"pl": 0,
"ap": 0,
"tp": 0,
"mdw": 0,
"it": [
{
"day": 0,
"cur": true,
"mdp": 0,
"tw": true,
"md": "string"
}
]
}
]
}