{
"summary": {
"totalTransactions": 0,
"users": 0,
"totalPointsAwarded": 0,
"avgPointsPerTransaction": 0
},
"pointsOverTime": [
{
"date": "string",
"transactions": 0,
"points": 0
}
],
"topEarners": [
{
"userId": "string",
"totalEarned": 0,
"transactions": 0
}
]
}