curl --location --request GET '/admin/dashboard/product?start_date=2024-04-20&end_date=2024-04-26' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"label": "physical",
"value": 103
},
{
"label": "digital",
"value": 4
},
{
"label": "service",
"value": 1
}
],
"total": 108
}