customer.password_reset. If a notification provider is installed in the Medusa backend and is configured to handle this event, a notification to the customer, such as an email, may be sent with reset instructions.{
"email": "user@example.com"
}curl -X POST '{backend_url}/store/customers/password-token' \
-H 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'