Créer une faunadb utilisateur

Create(
  Collection("users"),
  {
    credentials: { password: "password" },
    data: {
      email: "[email protected]",
    },
  }
)
the mighty jol