import { sendRequest } from "https://deno.land/x/windmill@v1.242.0/windmill-api/core/request.ts";
type
() => Promise<Response>
config: OpenAPIConfig,
options: ApiRequestOptions,
url: string,
body: any,
formData: FormData | undefined,
headers: Headers,
onCancel: OnCancel,