import { Teams } from "https://deno.land/x/appwrite@6.0.0/mod.ts";
Update Team Membership Status
Use this endpoint to allow a user to accept an invitation to join a team after being redirected back to your app from the invitation email received by the user.
If the request is successful, a session for the user is automatically created.
Returns
Promise<Models.Membership>