[
{
"output": {
"status": "ok",
"data": {
"summary": {
"totalRevenueInrPaise": 123,
"totalSalesCount": 123,
"averageSaleValueInrPaise": 123,
"periodStart": "2023-11-07T05:31:56Z",
"periodEnd": "2023-11-07T05:31:56Z"
},
"revenueByPeriod": [
{
"period": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"totalRevenuePaise": 123,
"salesCount": 123,
"breakdown": [
{
"productType": "Course",
"revenuePaise": 123,
"salesCount": 123
}
]
}
],
"topProducts": [
{
"productId": "<string>",
"productName": "<string>",
"productType": "Course",
"totalRevenuePaise": 123,
"salesCount": 123
}
]
}
}
}
]