curl --location --request GET 'http://localhost:3000/report/chart/pie?startDate=2025-07-20&endDate=2025-07-29'
{
"success": true,
"message": "Pie chart data fetched successfully",
"data": [
{
"category": "Shopping",
"total": 30000,
"fill": "#96CEB4",
"icon": "🛍️"
}
]
}