curl --location --request GET '/statistics/order_user' \
--header 'x-token: {{x-token}}'{
"status": 0,
"message": "string",
"data": {
"orderNum": 0,
"today": [
{
"total": 0,
"time": "string"
}
],
"monthOrderNum": 0,
"monthRate": 0,
"orderRate": 0
}
}