Authorization: Bearer ********************curl --location --request GET '/appMark/emp/service/order/onceCount' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": [
{
"name": "string",
"value": "string"
}
]
}