You’re not setting the "Content-Type"
request header, so you need to append .contentType(MediaType.APPLICATION_JSON)
to the request building part.
You’re not setting the "Content-Type"
request header, so you need to append .contentType(MediaType.APPLICATION_JSON)
to the request building part.