{ "newPassword": "123456" }
curl --location --request POST 'http://localhost:9000/api/auth/change-password' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwidXNlcm5hbWUiOiJGb3hsdW8iLCJyb2xlIjoidXNlciIsImlhdCI6MTczNTcxNDcxMCwiZXhwIjoxNzM2MzE5NTEwfQ.5Dw2w9koWgi3kGooAQs11RrJkPJRzASimbUsAjB84vo' \ --header 'Content-Type: application/json' \ --data-raw '{ "newPassword": "123456" }'
{"code":200,"message":"密码修改成功","data":null}