curl --location -g --request GET 'https://api.kickbase.com/v4/challenges/challengeId/ranking?dayNumber=1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"tom": [
{
"ui": "string",
"unm": "string",
"cur": true,
"pl": 0,
"p": 0,
"ifa": true
}
],
"fm": [
{}
],
"fp": [
{
"usp": 0,
"p": 0,
"i": "string",
"n": "string",
"tid": "string"
}
],
"t": 0,
"li": "string"
}