import { Resend } from 'resend'; const resend \= new Resend('re_xxxxxxxxx'); const { data, error } \= await resend.events.send({ event: 'user.created', email: 'steve.wozniak@gmail.com', payload: { plan: 'pro', }, }); Cus