curl --location --request GET '/api/v1/user/count' \ --header 'Authorization: Bearer xxxx'
{ "code": 0, "msg": "成功", "data": { "count": 94 } }