{
"oldPassword": "string",
"newPassword": "string"
}
curl --location --request PUT 'https://heimahr.itheima.net/api/sys/user/updatePass' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"oldPassword": "string",
"newPassword": "string"
}'
{
"success": true,
"code": 0,
"data": null,
"message": "string"
}