curl --location --request GET '/admin-api/statistics/trade/order-count' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"undelivered": 1024,
"pickUp": 1024,
"afterSaleApply": 1024,
"auditingWithdraw": 1024
},
"msg": "string"
}