curl --location -g --request POST 'https://api.kickbase.com/v4/leagues/leagueId/lineup' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "4-4-3",
"players": [
null,
"119",
null,
null,
null,
null,
null,
null,
null,
null,
null
]
}'{}