curl --location --request GET 'http://119.91.66.223:8090/core/v1/users?id=&name=&owner=&source=&offset=&limit=' \
--header 'X-Polaris-Token;'
{
"amount": 0,
"code": 0,
"info": "string",
"size": 0,
"users": [
{
"id": "string",
"name": "string",
"owner": "string",
"comment": "string",
"source": "string",
"token_enable": true,
"user_type": "string",
"ctime": "string",
"mtime": "string"
}
]
}