curl --location --request GET 'http://119.91.66.223:8090/core/v1/user/token?id=' \
--header 'X-Polaris-Token;'
{
"code": 0,
"info": "string",
"user": {
"id": "string",
"name": "string",
"owner": "string",
"auth_token": "string",
"comment": "string",
"password": "string",
"source": "string",
"token_enable": true,
"user_type": "string",
"ctime": "string",
"mtime": "string"
}
}