{
    "success": true,
    "server_time_utc": "2026-07-24T13:14:10Z",
    "endpoint": "https:\/\/test.skyrouter.com\/affjson",
    "sinceTs": "2026-07-22T13:14:07.000Z",
    "untilTs": "2026-07-24T13:14:07.000Z",
    "results": [
        {
            "test": "GET with querystring",
            "method": "GET",
            "url": "https:\/\/test.skyrouter.com\/affjson?userid=BGFT&pw=***&since=2026-07-22T13%3A14%3A07.000Z&until=2026-07-24T13%3A14%3A07.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\":{}}"
        }
    ]
}