Authorization: Bearer ********************curl --location --request GET '/desktop/suppliers/product-summary?startDate=2024-04-20&endDate=2024-04-23' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Supplier transaction summary fetched successfully!",
"data": {
"totalAmountSpent": "₦242,000.00"
}
}