curl --location --request POST 'http://api.bbs.sunding.cn/sd/api/user/user/update-password-reset-question-and-answer' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"passwordResetAnswer": "19991212",
"passwordResetQuestion": "我的出生年月日是什么?格式为:YYYYMMDD"
}'{
"code": 200,
"data": null,
"execTime": 0,
"msg": "操作成功"
}