{ "password": "a123456" }
curl --location --request POST '/api/user/changePwd' \ --header 'Content-Type: application/json' \ --data-raw '{ "password": "a123456" }'
{ "code": 200, "msg": "成功", "data": [] }