Authorization: Bearer ********************{
"oldPassword": "string",
"newPassword": "string"
}curl --location --request PUT 'localhost:8080/system/user/profile/updatePwd' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"oldPassword": "string",
"newPassword": "string"
}'{
"code": 0,
"msg": "string",
"data": null
}