{
"email": "1061297065@qq.com"
}
curl --location --request POST 'http://localhost:9000/api/auth/forgot-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "1061297065@qq.com"
}'
{"code":200,"message":"重置密码邮件已发送,请查收","data":null}