{
    "status": "success",
    "message": "This is a dynamic JSON endpoint for cache testing (converted from static data.json)",
    "node": {
        "hostname": "cp02.ihostmi.com",
        "ip_address": "77.87.125.171",
        "description": "This response is served from node: cp02.ihostmi.com"
    },
    "timestamp": "2026-05-06T13:05:00+02:00",
    "timestamp_microseconds": "2026-05-06T13:05:00.000000+02:00",
    "unix_timestamp": 1778065500,
    "unix_timestamp_float": 1778065500.219397,
    "data": {
        "items": [
            {
                "id": 1,
                "name": "Test Item 1",
                "description": "Static JSON data for cache testing"
            },
            {
                "id": 2,
                "name": "Test Item 2",
                "description": "This file can be cached by nginx"
            }
        ]
    },
    "node_info": {
        "hostname": "cp02.ihostmi.com",
        "ip_address": "77.87.125.171",
        "api_endpoint": "https://dev-cdn.melbicom.net:443/api/admin/node",
        "api_hostname": "dev-cdn.melbicom.net",
        "api_port": "443"
    },
    "cdn_headers": {
        "X-Forwarded-For": "216.73.217.115, 217.30.11.4",
        "X-Forwarded-Proto": "https"
    },
    "cdn": {
        "node_ip": "217.30.11.4",
        "node_name": null,
        "forwarded_chain": [
            "216.73.217.115",
            "217.30.11.4"
        ],
        "client_ip": "216.73.217.115"
    },
    "cache_info": {
        "note": "This endpoint returns JSON. Query parameters will affect cache key. Timestamp changes on each request - if cached, timestamp will be the same.",
        "cache_key": null,
        "cache_key_md5": null,
        "cache_path_http": null,
        "cache_path_https": null
    }
}