method Client.prototype.postimport { Client } from "https://deno.land/x/darkflare@v7.2.6/client/mod.ts"; post<T extends Type>(url: string, options: { data?: Data; headers?: Record<string, string>; type: T; })Type ParametersT extends TypeParametersurl: stringoptions: { data?: Data; headers?: Record<string, string>; type: T; }