Authorization: Bearer ********************curl --location --request GET '/customers/transaction-summary' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Customer transaction summary fetched successfully!",
"data": {
"totalAmountSpent": "₦49,945.45",
"noOfRepeatedCustomers": 4
}
}