{}
curl --location --request GET '/person/updatePwd?oldPassword=旧密码&newPassword=新密码' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{}'
null