a collegue pointed me to a solution.
@ClientHeaderParam(name = "X-Http-Method-Override", value="GET")
Using @POST and this annotation is possible to execute GET call with body.