{
"email": "test@example.com"
}curl --location --request POST '/auth/forgot-password' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test@example.com"
}'{
"code": 20000,
"data": {
"expires_in": 600,
"message": "验证码已发送到您的邮箱,请查收",
"sent": true
},
"msg": null
}