curl --location --request GET 'https://api.kickbase.com/v4/challenges/archive' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"it": [
{
"ch": "string",
"sid": "string",
"sn": "string",
"fo": "string",
"fb": "string",
"lie": "string",
"p": 0,
"pl": 0
}
]
}