{
"id": 1,
"password": "123456"
}curl --location '/adminapi/user.user/resetPwd' \
--header 'token: {{adminToken}}' \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"password": "123456"
}'{
"code": 1,
"show": 1,
"msg": "创建成功",
"data": []
}