curl --location -g --request GET 'https://api.kickbase.com/v4/leagues/leagueId/activitiesFeed?start=0&max=50' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"af": [
{
"i": "string",
"t": 0,
"coc": 0,
"data": {
"bn": 0,
"day": 0,
"byr": "string",
"pi": "string",
"pn": "string",
"tid": "string",
"t": 0,
"trp": 0
},
"dt": "string"
}
]
}