{
  "data": {
    "result": {
      "$metadata": {
        "httpStatusCode": 200,
        "requestId": "Q46HIT95LVKPO8HB708JFS47VV4KQNSO5AEMVJF66Q9ASUAAJG",
        "attempts": 1,
        "totalRetryDelay": 0
      },
      "Item": {
        "userId": {
          "S": "user-12345"
        },
        "email": {
          "S": "john.doe@example.com"
        },
        "firstName": {
          "S": "John"
        },
        "lastName": {
          "S": "Doe"
        },
        "age": {
          "N": "32"
        },
        "isActive": {
          "BOOL": true
        },
        "createdAt": {
          "S": "2024-01-15T10:30:00.000Z"
        },
        "lastLogin": {
          "S": "2024-03-20T14:22:10.000Z"
        },
        "preferences": {
          "M": {
            "theme": {
              "S": "dark"
            },
            "notifications": {
              "BOOL": true
            }
          }
        },
        "tags": {
          "L": [
            {
              "S": "premium"
            },
            {
              "S": "verified"
            }
          ]
        }
      },
      "ConsumedCapacity": {
        "TableName": "Users",
        "CapacityUnits": 0.5
      }
    },
    "found": true
  }
}