curl --location -g --request GET 'https://api.kickbase.com/v4/challenges/challengeId/lineup/teams' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"tms": [
"string"
]
}