send-invite200 OK
Bodyemailleo@app.com
edge.tsts
// Deno functions, deployed to the edge.
//
// Reach for them when something can't run
// safely on the client:
//
//   - calling an API with a secret key
//   - validating a webhook signature
//   - work that needs the service role
//
// Write, deploy, invoke. Same SDK you use
// everywhere else in Supabase.