curl --location --request POST 'http://api.bbs.sunding.cn/sd/api/user/user/update-password-hint' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"passwordHint": "密码是我的出生年月日?格式为:YYYYMMDD"
}'{
"code": 200,
"data": "string",
"execTime": 0,
"msg": "操作成功"
}