Authorization: Bearer ********************{
"oldPwd": "string",
"newPwd": "string"
}curl --location --request POST '/user/changePwd' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"oldPwd": "string",
"newPwd": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}