curl --location --request GET 'http://10.168.1.163:48080/open-api/v1/resources/statistics?merchantId=1'{
"code": 0,
"msg": "",
"data": {
"totalCount": 0,
"enabledCount": 0,
"disabledCount": 0,
"idleCount": 0,
"bookingCount": 0,
"occupiedCount": 0,
"maintenanceCount": 0,
"disabledStatusCount": 0,
"restingCount": 0,
"acceptBookingCount": 0,
"totalBookingCount": 0,
"totalServiceCount": 0
}
}