Map<String, String> getHeadersForVisitor() { Map<String, String> headers = { HttpHeaders.contentTypeHeader: "application/json", }; return headers; }