GET /
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": 200,
    "status": "success",
    "message": "Request processed successfully",
    "service_info": {
        "status": "available",
        "message": "All API endpoints are fully operational.",
        "available_endpoints": [
            "All endpoints"
        ]
    },
    "data": {
        "api_docs": "https://mlbb-stats-docs.ridwaanhall.com/",
        "api_url": "https://mlbb-stats.ridwaanhall.com/api/",
        "web_url": "https://mlbb-stats.ridwaanhall.com/hero-rank/"
    }
}