Authorization: Bearer ********************curl --location --request GET '/desktop/reports/expenses-amount?criteria=october' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Expenses Items fetched successfully!",
"data": [
{
"name": "Food & Drinks",
"count": "1",
"totalAmount": "5550.0000000000000000",
"formattedTotalAmount": "$ 5,550.00",
"change": "-44%",
"unformattedChange": -44.5
},
{
"name": "Fees & Taxes",
"count": "1",
"totalAmount": "3000.0000000000000000",
"formattedTotalAmount": "$ 3,000.00",
"change": "-89%",
"unformattedChange": -89.28571428571429
}
]
}