{
"userId": 1838386951253438466,
"password": 123456
}curl --location --request PUT '/system/user/resetPwd' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 1838386951253438466,
"password": 123456
}'{}