Feature: API health check As a monitoring service I want to query the API So that I can verify it is up and responding correctly Scenario: The API is available When I send a GET request to "/health" Then the response status should be 200 And the response body should be: """ { "status": "ok" } """