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