Authorization: Bearer ********************curl --location --request GET 'http://dev-cn.your-api-server.com/v1/namespaces//stat' \
--header 'Authorization: Bearer <token>'{
"namespaces": 0,
"services": {
"total": 0,
"health": 0
},
"instances": 0,
"configs": 0
}