curl --location -g --request GET 'https://api.kickbase.com/v4/challenges/challengeId/profile' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"cpi": "string",
"n": "string",
"fo": "string",
"ft": "string",
"fb": "string",
"d": "string",
"uc": 0,
"pz": [
{
"ti": "string",
"d": "string",
"url": "string"
}
],
"uj": true,
"ruls": {
"mpst": 0,
"b": 0
},
"mds": [
0
],
"usfp": [
{}
]
}