Authorization: Bearer ********************curl --location --request GET '/desktop/invoices/summary?criteria=all_time' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Invoice transaction summary fetched successfully!",
"data": {
"totalInvoiceAmount": "₦3,831,601.00",
"invoiceCount": "140",
"overDueCount": "140"
}
}