Authorization: Bearer ********************curl --location --request GET '/desktop/multiple-business-reports/business-top-expenses?criteria=february&businessIds=2,166' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Individual business top expenses fetched successfully!",
"data": [
{
"businessName": "White",
"totalAmount": "€ 7,000.00",
"unFormattedTotalAmount": "7000.0000000000000000",
"name": "Fees & Taxes",
"change": "-",
"unformattedChange": null
},
{
"businessName": "Test Inc",
"totalAmount": "₦ 0.00",
"unFormattedTotalAmount": 0,
"name": null,
"change": null,
"unformattedChange": null
}
]
}