curl --location --request GET 'https://api.kickbase.com/v4/leagues/selection' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"it": [
{
"i": "string",
"n": "string",
"cpi": "string",
"b": 0,
"un": 0,
"f": "string",
"lpc": 0,
"bs": 0,
"vr": 0,
"adm": true,
"pl": 0,
"tv": 0
}
]
}