curl --location -g --request GET 'https://api.kickbase.com/v4/leagues/leagueId/lineup' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"it": [
{
"i": "string",
"n": "string",
"ap": 0,
"lo": 0,
"st": 0,
"lst": 0,
"mdst": 0,
"tid": "string",
"pos": 0,
"os": "string",
"ph": [
{
"hp": true,
"p": 0
}
],
"ht": true
}
]
}