curl --location --request POST 'http://api.bbs.sunding.cn/sd/api/user/user/reset-password-by-question' \
--header 'Content-Type: application/json' \
--data-raw '{
"confirmNewPassword": "string",
"newPassword": "string",
"passwordResetAnswer": "string",
"username": "string"
}'{
"code": 200,
"data": null,
"execTime": 0,
"msg": "操作成功"
}