Authorization: Bearer ********************{
"userId": 1,
"oldPassword": "6ee9bd0061f0473eab5bbfe737c020d3",
"newPassword": "7ee9bd0061f0473eab5bbfe737c020d2"
}curl --location --request PUT '/api/v1.0/admin/user/update-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 1,
"oldPassword": "6ee9bd0061f0473eab5bbfe737c020d3",
"newPassword": "7ee9bd0061f0473eab5bbfe737c020d2"
}'{
"code": 200,
"msg": "成功"
}