Accept an organization invitationPOST/api/organizations/invitations/{token}/acceptPath parameterstokenstringrequiredResponses201Try itServerBase URLhttp://localhost:8000Custom base URLOverrides the selected server when set.Parameterstokenpath*SendRequestcURLJavaScriptCopyCopiedcurl -X POST "http://localhost:8000/api/organizations/invitations/string/accept"const response = await fetch("http://localhost:8000/api/organizations/invitations/string/accept", { method: "POST" });Response201No example response.