curl --location --request GET 'http://localhost:8027/zentao/analysis/getZentaoUser' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"account": "string",
"realname": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}