curl --location -g --request GET '/v1/metrics/{{raffleId}}/sales-aggregate-by-day'{
"dailySales": [
{
"createdDate": "2025-01-02T00:00:00.000Z",
"totalQuantity": 300,
"totalValue": 1497
},
{
"createdDate": "2025-01-03T00:00:00.000Z",
"totalQuantity": 150,
"totalValue": 1495
}
],
"totalSales": {
"quantity": 450,
"totalValue": 2992
}
}