curl --location --request POST 'http://www.likeadmin.localhost/api/user/changePassword' \ --header 'token: {{token}}' \ --data-urlencode 'password=123456' \ --data-urlencode 'password_confirm=123456'
{"code":0,"show":1,"msg":"原密码不正确","data":[]}