{
  "data": {
    "response_status": [
      {
        "status_code": 2000,
        "status": "success"
      }
    ],
    "list_info": {
      "has_more_rows": false,
      "row_count": 1
    },
    "products": [
      {
        "is_laptop": false,
        "part_no": "test-part_no",
        "comments": "test-comments",
        "product_type": {
          "image": "test-image",
          "name": "Workstation",
          "id": "1921325636821381"
        },
        "software": {
          "is_parent_suite": false,
          "name": "test-name",
          "id": "2456631449619317"
        },
        "name": "test-name",
        "id": "2390004684229909",
        "type": {
          "name": "Asset",
          "id": "1825477048701112"
        },
        "category": {
          "name": "IT",
          "description": "test-description",
          "id": "2230240622346283"
        },
        "depreciation_detail": {
          "useful_life": "2296589928410633",
          "id": "1926721364241665",
          "depreciation_percent": 1343434.4333,
          "salvage_value": 1343434.4333
        },
        "manufacturer": "test-manufacturer"
      }
    ]
  }
}