customer.password_reset 事件。如果在 Medusa 后端安装了通知提供程序,并且配置为处理此事件,则可能会向客户发送包含重置说明的通知,例如电子邮件。{
"email": "user@example.com"
}curl --location 'https://apifoxmock.com/m1/4532246-4179931-default/store/customers/password-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'{}