{
"id": 0,
"userId": 0,
"name": "string",
"deptId": 0,
"postIdList": "string",
"quarter": "string",
"postId": "string"
}
curl --location --request PUT 'http://localhost:8027/adm/evaluationUser' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"userId": 0,
"name": "string",
"deptId": 0,
"postIdList": "string",
"quarter": "string",
"postId": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}