Future<Response> post({required Map<String, String> headers, body}) async { return await http.post(this.url as Uri, headers: headers, body: body); }