curl --location --request GET 'https://api.kickbase.com/v4/challenges/overview' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"it": [
{
"ch": "string",
"cpi": "string",
"fo": "string",
"fb": "string",
"t": 0,
"lis": "string"
}
]
}