Authorization: Bearer ********************curl --location --request GET '/desktop/multiple-business-reports/business-best-sellers?criteria=this_year&businessIds=2,166' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Individual business best sellers fetched successfully!",
"data": [
{
"businessName": "White",
"totalAmount": "€ 150,000.00",
"unFormattedTotalAmount": "150000.000000000000",
"bestSeller": "A",
"totalProfit": "€ 15,000.00",
"unFormattedTotalProfit": "15000.000000000000"
},
{
"businessName": "Test Inc",
"totalAmount": "₦ 0.00",
"unFormattedTotalAmount": 0,
"totalProfit": "₦ 0.00",
"unFormattedTotalProfit": 0
}
]
}