Selamlar,

Elimde alttaki gibi bir fingerprintler var;
{
    "device": {
        "type": "desktop",
        "os": "Linux",
        "osVersion": "Ubuntu 22.04",
        "architecture": "x86_64",
        "cores": 4,
        "memory": 16
    },
    "browser": {
        "name": "Firefox",
        "version": "119.0",
        "engine": "Gecko",
        "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:119.0) Gecko/20100101 Firefox/119.0",
        "cookiesEnabled": true,
        "javaEnabled": false,
        "plugins": ["OpenH264 Video Codec", "Widevine Content Decryption Module"]
    },
    "display": {
        "resolution": "2560x1440",
        "colorDepth": 32,
        "pixelRatio": 1.5,
        "orientation": "landscape",
        "touchSupport": false
    },
    "locale": {
        "language": "de-DE",
        "timezone": "Europe/Berlin",
        "charset": "UTF-8"
    },
    "network": {
        "ip": "192.168.1.45",
        "connectionType": "ethernet",
        "bandwidth": 100,
        "latency": 12
    },
    "fingerprints": {
        "canvas": "d4f8b2a7c9e3f1b6a8d2c5e7f9b1a3c6",
        "webgl": "b7d3f9a2c8e1b4f7a9c3d6e8b2f5a1c4",
        "audio": 4.127,
        "webrtc": "10.0.0.1:54321"
    },
    "fonts": {
        "system": ["Ubuntu", "Liberation Sans", "DejaVu Sans", "Noto Sans"],
        "web": ["Roboto", "Open Sans", "Lato"],
        "count": 47
    },
    "capabilities": {
        "webgl2": true,
        "webassembly": true,
        "serviceWorker": true,
        "pushNotifications": true,
        "geolocation": false,
        "camera": true,
        "microphone": true,
        "fullscreen": true,
        "pointerLock": true
    },
    "security": {
        "httpsOnly": true,
        "strictTransportSecurity": true,
        "contentSecurityPolicy": true,
        "mixedContent": "blocked"
    },
    "session": {
        "id": "sess_7f4e2d8b9c1a6f3e",
        "startTime": "2025-06-03T14:32:18Z",
        "duration": 1847,
        "pageViews": 12
    }
}

Bu ve bunun gibi yapıdaki fingerprintleri nasıl import edebilirim?
Örnek bir kod var mıdır?