[BUG][Go] Go client decode returns error for empty body response
Created by: dukov
HTTP 204 does not consider a response body decode method for APIClient object does not check that response is empty so json.Unmarshall returns error ins this case which is not correct behaviour