{
  "action:createSite": {
    "success": true,
    "timestamp": "2025-03-22T20:00:00.000Z",
    "data": {
      "siteId": "site_12345",
      "domain": "example.com",
      "status": "created",
      "createdAt": "2025-03-22T20:00:00.000Z"
    }
  },
  "action:uploadFile": {
    "success": true,
    "timestamp": "2025-03-22T20:00:00.000Z",
    "data": {
      "fileId": "file_12345",
      "path": "/public_html/index.php",
      "size": 25600,
      "uploadedAt": "2025-03-22T20:00:00.000Z"
    }
  },
  "action:getDomainInfo": {
    "success": true,
    "timestamp": "2025-03-22T20:00:00.000Z",
    "data": {
      "domain": "example.com",
      "registered": true,
      "expiresAt": "2026-03-22T20:00:00.000Z",
      "nameservers": [
        "ns1.mockprovider.com",
        "ns2.mockprovider.com"
      ]
    }
  },
  "action:deployFiles": {
    "success": true,
    "timestamp": "2025-03-22T20:00:00.000Z",
    "data": {
      "deploymentId": "deploy_12345",
      "filesCount": 3,
      "status": "completed",
      "deployedAt": "2025-03-22T20:00:00.000Z"
    }
  },
  "default": {
    "success": true,
    "timestamp": "2025-03-22T20:00:00.000Z",
    "data": {
      "message": "Operation simulated successfully",
      "details": "This is a default simulated response"
    }
  }
}