Entry page to the Unknown Cyber apis.

GET /
HTTP 200 OK
Allow: OPTIONS, GET
Api-Version: 2.11.1
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
Commit-Hash: a6ac258
Content-Type: application/json
Expires: Fri, 04 Oct 2024 04:41:11 GMT
Machine-Host: api-gateway000028
Response-Time: 0.0006647109985351562
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"
}