Authorization: ********************{
"id": 0,
"username": "string",
"account": "string",
"email": "string",
"mobile": "string",
"sex": 0,
"state": 0
}curl --location --request POST 'http://localhost:8080/api/system/user/query' \
--header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"username": "string",
"account": "string",
"email": "string",
"mobile": "string",
"sex": 0,
"state": 0
}'{
"code": 0,
"message": "",
"data": [
{
"id": 0,
"createTime": "",
"createdBy": 0,
"updateTime": "",
"updatedBy": 0,
"version": 0,
"deleted": false,
"state": 0,
"username": "",
"account": "",
"password": "",
"email": "",
"mobile": "",
"sex": 0,
"avatar": "",
"birthday": "",
"readonly": false,
"roles": [
{
"id": 0,
"name": "",
"code": "",
"describe": "",
"createTime": "",
"createdBy": 0,
"updateTime": "",
"updatedBy": 0,
"userId": 0
}
]
}
],
"error": ""
}