Д
Size: a a a
Д
Д
Д
ch
ch
V
RS
RK
MR
MR
RestTemplate restTemplate = new RestTemplate();
HttpHeaders httpHeaders = new HttpHeaders();
httpHeaders.setContentType(MediaType.APPLICATION_JSON);
HttpEntity<String> entity = new HttpEntity<>(body, httpHeaders);
String str = restTemplate.getForObject("https://reqres.in/api/login", String.class, entity);
⠀
RK
⠀
ch
ch
VK
ch
⠀
М
I