{
    "ok": true,
    "endpoints": [
        {
            "path": "/",
            "methods": [
                "GET"
            ],
            "auth": "none",
            "description": "List available endpoints."
        },
        {
            "path": "/index.php",
            "methods": [
                "GET"
            ],
            "auth": "none",
            "description": "List available endpoints."
        },
        {
            "path": "/status",
            "methods": [
                "GET"
            ],
            "auth": "none",
            "description": "Report API, database, clock, and storage status."
        },
        {
            "path": "/echo",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "auth": "none",
            "description": "Return the request method, path, query params, headers, parsed body, and raw body."
        }
    ]
}