curl --location -g --request GET 'https://api.kickbase.com/v4/leagues/leagueId/activitiesFeed/activityId/comments?start=0&max=50' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"coc": 0,
"it": [
{
"dt": "string",
"ui": "string",
"unm": "string",
"prurl": "string",
"comm": "string"
}
]
}