curl --location --request GET 'http://10.168.1.163:48080/open-api/v1/statistics/bookings?merchantId=1'{
"code": 0,
"msg": "",
"data": {
"totalCount": 0,
"pendingCount": 0,
"confirmedCount": 0,
"inProgressCount": 0,
"completedCount": 0,
"cancelledCount": 0,
"todayCount": 0,
"todayCompletedCount": 0
}
}