{"ok":true,"service":"e2e-live-runner","environments":["qa","live"],"endpoints":{"runLiveSmokeTest":"POST /{env}/run/liveSmokeTest   →  { runId }  runs all live tests","testExecution":"POST /{env}/run/testExecution   →  { runId }  body: { \"tags\": [\"@live\",\"@hotel\"] }","viewTestStatus":"GET  /{env}/viewTestStatus/:runId  →  { type, tags, status, exitCode, passed, ... }","viewAllExecutions":"GET|POST /{env}/viewAllExecutions/  →  { executions: [{ runId, tags, status, startedAt, finishedAt, passed }] }","resultsLatest":"GET  /{env}/results/                    →  latest Playwright HTML report","resultsByRunId":"GET  /{env}/results/:runId/             →  Playwright HTML report for a specific run","resultsAssets":"GET  /{env}/results/:runId/data/xxx.png →  Playwright report assets","resultsAdvancedLatest":"GET  /{env}/resultsAdvanced/            →  latest Allure report","resultsAdvancedByRunId":"GET  /{env}/resultsAdvanced/:runId/     →  Allure report for a specific run","tags":"GET  /{env}/tags                        →  list of all unique tags across all tests","testsByTags":"POST /{env}/testsByTags                 →  body: { \"tags\": [\"@live\",\"@cars\"] }  →  matching tests","maxSavingFinder":"POST /{env}/run/maxSavingFinder         →  { runId }  body: { \"token\", \"cities\": [28632,1049], \"iterations\", \"maxSavingLimit\", \"periodType\": \"daily\"|\"weekly\" }"},"note":"All endpoints require Authorization: Bearer <token>. Token is validated against the environment identity server.","currentlyRunning":false,"totalRuns":4,"totalTests":19}