{
    "ok": true,
    "service": "DiWaSS Middleware",
    "version": "1.0.32",
    "default_env": "test",
    "active_env_for_this_request": "test",
    "available_envs": [
        "test",
        "live"
    ],
    "env_hint": "Umgebung waehlen per Header  X-DiWaSS-Env: test|live  oder  ?env=test|live",
    "debug": true,
    "time_utc": "2026-06-21T08:54:56Z",
    "endpoints_active": [
        "/",
        "/version",
        "/ping (geschuetzt)",
        "/operators/find?country=DE&status=VALID&pageSize=50&offset=0",
        "/operators/{id} oder /operators/{id1},{id2},{id3}",
        "/lookup/events?dateFrom=YYYY-MM-DD",
        "/lookup/event/{eventId}",
        "/lookup/notifications?dateFrom=YYYY-MM-DD",
        "/lookup/notification/{notificationId}",
        "/lookup/movements?notificationId=...",
        "/lookup/movement/{movementId}",
        "/lookup/annex7/{annex7Id}",
        "POST /notification/create  (JSON-Body)",
        "POST /notification/{id}/signal  (JSON-Body, typeCode erforderlich)",
        "POST /annex7/validate  (JSON-Body, nur lokal pruefen - sendet nichts)",
        "POST /annex7/create  (JSON-Body, Annex VII anlegen -> Status Announced)",
        "POST /annex7/preview  (JSON-Body, nur Envelope-Vorschau, debug=true)",
        "POST /annex7/update  (JSON-Body inkl. annexVIIDocumentNo, Korrektur)",
        "POST /annex7/cancel  (JSON-Body: annexVIIDocumentNo + reason, Storno)",
        "/auth-info (debug)",
        "/ping-debug (debug)"
    ]
}