Entry page to the Unknown Cyber apis.

GET /
HTTP 200 OK
Allow: GET, OPTIONS
Api-Version: 2.9.5
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
Commit-Hash: 0932de9
Content-Type: application/json
Expires: Wed, 18 Sep 2024 07:18:22 GMT
Machine-Host: api-gateway00002r
Response-Time: 0.000492095947265625
Vary: Accept

{
    "success": true,
    "status": 200,
    "message": "OK",
    "errors": [],
    "links": {
        "auth": {
            "issue_jwt": "https://api.magic.unknowncyber.com/auth/tokens/jwt/issue",
            "refresh_jwt": "https://api.magic.unknowncyber.com/auth/tokens/jwt/refresh",
            "register": "https://api.magic.unknowncyber.com/auth/account/register",
            "login": "https://api.magic.unknowncyber.com/auth/login/"
        },
        "openapi": {
            "auth": "https://api.magic.unknowncyber.com/auth/swagger",
            "v1": "https://api.magic.unknowncyber.com/v1/swagger",
            "v2": "https://api.magic.unknowncyber.com/v2/swagger"
        },
        "about": "https://unknowncyber.com"
    },
    "title": "Unknown Cyber MAGIC™ API",
    "contact": "support@unknowncyber.com"
}