curl --location --request GET '/admin/dashboard/summary?start_date=2025-03-28&end_date=2025-03-28' \
--header 'Authorization: Bearer <token>'{
"data": {
"registered_seller": 74,
"published_product": 797,
"order_received": 360,
"order_closed": 24.8
}
}