{
  "data": {
    "$metadata": {
      "httpStatusCode": 200,
      "requestId": "XYZ789ABC123DEF456GHI012JKL345MN",
      "attempts": 1,
      "totalRetryDelay": 0
    },
    "Attributes": {
      "userId": {
        "S": "user-12345"
      },
      "email": {
        "S": "john.doe@example.com"
      },
      "firstName": {
        "S": "John"
      },
      "lastName": {
        "S": "Smith"
      },
      "age": {
        "N": "32"
      },
      "isActive": {
        "BOOL": true
      },
      "updatedAt": {
        "S": "2024-03-20T14:22:10.000Z"
      }
    },
    "ConsumedCapacity": {
      "TableName": "Users",
      "CapacityUnits": 1
    }
  }
}