[
  {
    "id": 1,
    "name": "CustomerA",
    "command": "Command Name",
    "contact": "John Doe",
    "status": "Active",
    "program": "Program A"
  },
  {
    "id": 2,
    "name": "CustomerB",
    "command": "Command Name",
    "contact": "John Doe",
    "status": "Active",
    "program": "Program A"
  },
  {
    "id": 3,
    "name": "CustomerC",
    "command": "Command Name",
    "contact": "John Doe",
    "status": "Active",
    "program": "Program A"
  }
]