curl --location --request GET '/admin/dashboard/revenue?start_date=2024-01-01&end_date=2025-12-31'
{
"data": [
{
"label": "22 Jul",
"date": "2025-07-22",
"value": 120000
},
{
"label": "23 Jul",
"date": "2025-07-23",
"value": 240000
},
{
"label": "24 Jul",
"date": "2025-07-24",
"value": 720000
}
]
}