curl --location --request GET 'http://localhost:8000/api/v1/report/widget-dashboard' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Berhasil mengambil data dashboard",
"data": {
"transaction_profit": 0,
"total_transaction": 0,
"total_member": 1,
"total_product_sale": 0,
"expired_product": 1,
"low_stock_product": 55,
"member_detail": {
"total_member": 1,
"total_expenditure": 0,
"average_order_value": 0
},
"order_detail": {
"total_order": 0,
"total_expenditure": 0,
"average_order_value": 0
}
}
}