curl --location 'https://stageapi.partake.ng/api/v2/admin/contests?page=1&limit=20' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"contestId": "uuid-c01",
"title": "Best Upcoming Singer 2024",
"merchantName": "Bright Events Ltd",
"status": "active",
"votingType": "paid",
"startDate": "2024-03-01T00:00:00.000Z",
"endDate": "2024-03-31T23:59:59.000Z",
"entryCount": 12,
"voteCount": 4320
}
],
"meta": {
"page": 1,
"limit": 20,
"total": 45,
"totalPages": 3
},
"message": "Contests retrieved."
}