import { UserService } from "https://deno.land/x/windmill@v1.242.0/windmill-api/services/UserService.ts";
login with password
Parameters
unnamed 0: { requestBody: Login; }
Returns
CancelablePromise<string>
string Successfully authenticated. The session ID is returned in a cookie named token
and as plaintext response. Preferred method of authorization is through the bearer token. The cookie is only for browser convenience.