{
"id": "c300ab3ca9ee4a6d8399dad5111e62b8",
"pwd":"12346"
}curl --location --request POST '/admin/sysUser/resetPwd' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "c300ab3ca9ee4a6d8399dad5111e62b8",
"pwd":"12346"
}'{}