diff --git a/json/helper.go b/json/helper.go index 3739e3e..1a6c69f 100644 --- a/json/helper.go +++ b/json/helper.go @@ -16,7 +16,6 @@ func Get(uri string, authName string, authValue string, queries map[string]strin client := &http.Client{} request.Header.Set("Accept", "application/json") - request.Header.Set("Content-Type", "application/json") request.Header.Set("Authorization", fmt.Sprintf("%s %s", authName, authValue)) if len(queries) > 0 {