Authorization: Bearer ********************curl --location --request GET '/desktop/multiple-business-reports/individual-business-profits?criteria=this_year&businessIds=2309,2217' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Individual business profits fetched successfully!",
"data": [
{
"businessName": "White",
"profit": "€ 243,500.00",
"unFormattedProfit": 243500
},
{
"businessName": "Test Inc",
"profit": "₦ 0.00",
"unFormattedProfit": 0
}
]
}