curl --location --request GET '/listUser/'
{
"code": 0,
"message": "string",
"data": [
{
"status": 0,
"creatorId": 0,
"updatedTime": 0,
"id": 0,
"userName": "string",
"realName": "string",
"userType": "string",
"phonenumber": "string",
"license": "string"
}
],
"success": true
}