Spring Boot RestClient does not work when sending an object
I tried sending a POST request using Spring Boot 3 Http RestClient. The request fails when sending and object and passes when sending a string.
I tried sending a POST request using Spring Boot 3 Http RestClient. The request fails when sending and object and passes when sending a string.