// 3️⃣ Log the event await db.exclusive_downloads.insert( user_id: user.id, asset_id: asset.id, ip_address: req.ip, user_agent: req.get('User-Agent') );