{
"oldPassword": "string",
"newPassword": "string"
}
curl --location --request PUT 'http://192.168.20.159:8080/system/user/profile/updatePwd' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"oldPassword": "string",
"newPassword": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}