curl --location --request GET 'http://10.168.1.163:48080/open-api/v1/statistics/customers?merchantId=1'{
"code": 0,
"msg": "",
"data": {
"totalCustomers": 0,
"activeCustomers": 0,
"frozenCustomers": 0,
"expiredCustomers": 0,
"cancelledCustomers": 0,
"overdueFrozenCustomers": 0,
"todayNewCustomers": 0,
"totalReceivable": 0,
"totalReceived": 0,
"totalPending": 0,
"totalOverdue": 0
}
}