Authorization: Bearer ********************curl --location --request GET '/desktop/multiple-business-reports/business-invoices?criteria=this_year&businessIds=2,166' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Individual business Customer Owe fetched successfully!",
"data": [
{
"businessName": "White",
"totalAmount": "€ 0.00",
"unFormattedTotalAmount": 0
},
{
"businessName": "Test Inc",
"totalAmount": "₦ 0.00",
"unFormattedTotalAmount": 0
}
]
}