curl --location -g --request GET 'https://api.kickbase.com/v4/competitions/1/table' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"value": {
"it": [
{
"tid": "string",
"tn": "string",
"il": true,
"mi": "string",
"cp": 0,
"cpl": 0,
"pcpl": 0,
"mc": 0,
"gd": 0,
"sp": 0
}
]
}
}