HTTP Request Returns 200 OK but No Content in Response in Spring Boot
I’m encountering an issue with my Spring Boot application where HTTP requests are returning a status of 200 OK, but the response body is empty ({}). Here’s a concise summary of the problem and what I’ve tried so far: