Authorization: Bearer ********************{
"oldPassword": "123456",
"newPassword": "654321"
}curl --location --request POST 'https://www.html-js.cn/api/user/modifyMyPsd' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"oldPassword": "123456",
"newPassword": "654321"
}'{}