meta { name: Health Check type: http seq: 1 } get { url: {{baseUrl}}/health body: none auth: none } assert { res.status: eq 200 res.body.status: eq healthy } docs { Health check endpoint to verify service is running. }