Validate Email Address and Parse Components
actionValidates email addresses and returns detailed parsing results including domain and local parts, error details, and validity status. Hosted on Supabase, this endpoint provides comprehensive email validation with structured component breakdown for integration into verification workflows. | Input: Accepts an empty request body (endpoint validates a pre-configured or default email address) | Output: Returns the email address, validity status (true/false), parsed components (domain and local parts), and an array of any validation errors encountered | Use cases: I need to validate if an email address is properly formatted; Parse an email into its domain and local components; Check email validity and get detailed error information; Verify email addresses before storing them in a database | Cost: 0.01 USDC on base