UnifiedRequest({ required this.method, required this.uri, Map<String, String>? headers, this.body, }) : headers = headers ?? <String, String>{};