{
    "success": true,
    "server_time_utc": "2026-05-25T11:38:06Z",
    "endpoint": "https:\/\/test.skyrouter.com\/affjson",
    "sinceTs": "2026-05-23T11:38:04.000Z",
    "untilTs": "2026-05-25T11:38:04.000Z",
    "results": [
        {
            "test": "GET with querystring",
            "method": "GET",
            "url": "https:\/\/test.skyrouter.com\/affjson?userid=BGFT&pw=***&since=2026-05-23T11%3A38%3A04.000Z&until=2026-05-25T11%3A38%3A04.000Z",
            "http": 405,
            "curl_error": null,
            "response_preview": "{\"Message\":\"The requested resource does not support http method 'GET'.\"}"
        },
        {
            "test": "POST JSON simple (userid\/pw\/since\/until)",
            "method": "POST",
            "url": "https:\/\/test.skyrouter.com\/affjson",
            "http": 401,
            "curl_error": null,
            "response_preview": "{\"error\":\"Authorization has been denied for this request\",\"debug\":{}}"
        },
        {
            "test": "POST JSON nested (data\/msgRequest)",
            "method": "POST",
            "url": "https:\/\/test.skyrouter.com\/affjson",
            "http": 401,
            "curl_error": null,
            "response_preview": "{\"error\":\"Authorization has been denied for this request\",\"debug\":{}}"
        },
        {
            "test": "POST XML-like body to affjson (just to see behavior)",
            "method": "POST",
            "url": "https:\/\/test.skyrouter.com\/affjson",
            "http": 401,
            "curl_error": null,
            "response_preview": "{\"error\":\"Authorization has been denied for this request\",\"debug\":{}}"
        }
    ]
}