{
"success": true,
"message": "Top vendors fetched successfully!",
"data": [
{
"supplierId": "953",
"supplierName": "Vivian Logistics",
"totalUnformattedAmount": 350000,
"totalAmount": "£ 350,000.00"
},
{
"supplierId": "878",
"supplierName": "AAA",
"totalUnformattedAmount": 50000,
"totalAmount": "£ 50,000.00"
},
{
"supplierId": "1005",
"supplierName": "Adeola",
"totalUnformattedAmount": 48700,
"totalAmount": "£ 48,700.00"
},
{
"supplierId": "872",
"supplierName": "Q.A",
"totalUnformattedAmount": 17500,
"totalAmount": "£ 17,500.00"
},
{
"supplierId": "952",
"supplierName": "Charles Black",
"totalUnformattedAmount": 15000,
"totalAmount": "£ 15,000.00"
}
]
}