When using the restTemplate.put, my request is sent to the server and executes properly, but the restTemplate throws this exception: org.springframework.web.client ...
import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; @Data @Builder @NoArgsConstructor @AllArgsConstructor public class JsonRequest { String ...