{
  "file_name": "basit_liste",
  "page_title": "Basit Ürün Listesi",
  "company_logo": "",
  "title_data": {
    "A": {
      "title": "ID",
      "field": "id",
      "width": 10,
      "type": "text"
    },
    "B": {
      "title": "İsim",
      "field": "name",
      "width": 25,
      "type": "text"
    },
    "C": {
      "title": "Fiyat",
      "field": "price",
      "width": 15,
      "type": "number"
    }
  },
  "products_data": [
    {
      "id": "001",
      "name": "Test Ürün 1",
      "price": 100
    },
    {
      "id": "002",
      "name": "Test Ürün 2",
      "price": 200
    },
    {
      "id": "003",
      "name": "Test Ürün 3",
      "price": 300
    }
  ]
}
