curl --location -g --request GET 'https://api.kickbase.com/v4/competitions/1/ranking' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"it": [
{
"tid": "string",
"tn": "string",
"mdpl": 0,
"spl": 0,
"mdp": 0,
"sp": 0,
"il": true
}
]
}