{
"oldPassword": "string",
"newPassword": "string"
}curl --location --request PUT 'https://lilicould.cn:8888/api/auth/password' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJMaWxpQ291bGQiLCJyb2xlIjoiVklTSVRPUiIsImlhdCI6MTc2ODI5MDk2MSwiZXhwIjoxNzY4ODk1NzYxfQ.rebXIsz-pWGBROxsOwPh53tdPhO5c-pYsaGUJPO0TBY' \
--header 'Content-Type: application/json' \
--data-raw '{
"oldPassword": "string",
"newPassword": "string"
}'{
"code": 0,
"message": "",
"data": null,
"timestamp": 0
}