Authorization: Bearer ********************curl --location --request GET '/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "all Transactions",
"data": [
{
"totalTransactions": 1,
"totalAmount": 7000
},
{
"month": "April",
"totalTransactions": 10,
"totalAmount": 24845
},
{
"month": "May",
"totalTransactions": 25,
"totalAmount": 319740
},
{
"month": "June",
"totalTransactions": 2,
"totalAmount": 20069740
},
{
"month": "July",
"totalTransactions": 8,
"totalAmount": 194922789
}
]
}