Preserve resend-verification compatibility
Preserves the published resend-verification endpoint as an authenticated 204 No Content no-op in every reachable state. It neither replaces a verification token nor dispatches email. Requires a valid customer session token; a missing or invalid token returns 401 with error code `CUSTOMER_AUTH_REQUIRED`. The optional `locale` body field remains accepted for compatibility but does not change the no-op behavior.
POST
/customers/resend-verificationBase URL
https://api.lynkow.com/storefront/{siteId}Request bodyrequired
localestringAccepted for wire compatibility but has no effect on this authenticated 204 no-op