{
"success": true,
"data": {
"contestId": "uuid-c01",
"title": "Best Upcoming Singer 2024",
"description": "Open to all aspiring singers aged 16-30.",
"status": "active",
"votingType": "paid",
"costPerVote": 100.0,
"startDate": "2024-03-01T00:00:00.000Z",
"endDate": "2024-03-31T23:59:59.000Z",
"merchant": {
"merchantId": "uuid-001",
"merchantName": "Bright Events Ltd",
"email": "merchant@brightevents.ng"
},
"top3Entries": [
{
"entryId": "e-01",
"entryName": "Chiamaka Eze",
"voteCount": 1200,
"status": "active"
}
],
"voteStats": {
"total": 4320,
"free": 0,
"paid": 4320
},
"entryCount": 12,
"revenue": 432000.0,
"recentAuditLogs": []
},
"message": "Contest retrieved."
}