Request password reset
Requests a password reset email for a seller.
Unauthenticated. Always answers 202, whether or not the address
belongs to a seller, so this cannot be used to discover which accounts
exist. A store staff member who runs no seller is treated as no match:
they have no seller panel to be sent to.
redirect_url is where the emailed link should point, with the reset
token appended as a token query param. It is honoured only when it
matches one of the store’s allowed origins; otherwise it is silently
ignored and the server resolves the seller panel origin itself. The
email is delivered by Spree via the
seller_user.password_reset_requested event, which is never forwarded
to webhook endpoints.

