Add a GET /api/health endpoint to the Spring Boot application that returns HTTP 200 with JSON body {"status":"UP"}. Include a small unit test.
Add a GET /api/health endpoint to the Spring Boot application that returns HTTP 200 with JSON body {"status":"UP"}. Include a small unit test.