Authorization: Bearer ********************curl --location --request GET '/desktop/customers/transaction-summary/166' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Customer transaction summary fetched successfully!",
"data": {
"amountSpent": "$ 475,300.57",
"noOfSales": "3",
"totalOwed": "$ 329,600.00"
}
}