{
"email": "string",
"url": "string"
}
curl --location --request POST '/forgot-password' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"url": "string"
}'
{
"code": 200,
"message": "重置密码邮件已发送,请检查您的邮箱",
"data": null
}