curl --location --globoff 'https://stageapi.partake.ng/api/v2/contests/{{contestId}}/activity?limit=10'{
"success": true,
"data": [
{
"id": "act_01",
"type": "vote",
"entryId": "entry_01",
"entryName": "Amara Okafor",
"contestId": "cont_01",
"createdAt": "2026-05-27T10:00:00.000Z"
}
],
"message": "Activity retrieved."
}