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