Authorization: Bearer ********************[
0
]curl --location 'http://127.0.0.1:9000/users/ids' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
0
]'[
{
"id": 0,
"username": "",
"tenantId": 0,
"nickName": "",
"idCard": "",
"email": "",
"mobile": "",
"sex": "",
"avatar": "",
"readonly": false,
"status": false,
"nation": "",
"nationName": "",
"education": "",
"birthday": "",
"positionStatus": "",
"description": "",
"createdTime": {
"seconds": 0,
"nanos": 0
}
}
]