curl --location -g --request GET 'https://api.kickbase.com/v4/challenges/challengeId/favorites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"value": {
"it": [
{
"ui": "string",
"unm": "string",
"cur": true,
"pl": 0,
"ifa": true
}
],
"day": 0,
"ia": true
}
}