{
    "status": "success",
    "data": {
        "message": "API base endpoint",
        "version": "1.0.0",
        "available_endpoints": [
            "\/api\/hello",
            "\/api\/helloprotected",
            "\/api\/login"
        ]
    }
}