{
"success": true,
"message": "Top owing customers fetched successfully!",
"data": [
{
"customerId": "3265",
"customerName": "Funke Band",
"totalUnformattedAmount": 455000,
"totalAmount": "£ 455,000.00"
},
{
"customerId": "3517",
"customerName": "Bolaji OKoye",
"totalUnformattedAmount": 139500,
"totalAmount": "£ 139,500.00"
},
{
"customerId": "3981",
"customerName": "Reminder 2",
"totalUnformattedAmount": 104000,
"totalAmount": "£ 104,000.00"
},
{
"customerId": "4647",
"customerName": "Titilope",
"totalUnformattedAmount": 100300,
"totalAmount": "£ 100,300.00"
},
{
"customerId": "3554",
"customerName": "Official customer",
"totalUnformattedAmount": 100000,
"totalAmount": "£ 100,000.00"
}
]
}