{
  "data": [
    {
      "product_id": 20,
      "warehouse_id": 1,
      "warehouse_name": "Lalbagh Warehouse",
      "than_no": 1,
      "measurment_unit_id": 1,
      "measurment_unit_name": "meter",
      "free_qty": 100
    },
    {
      "product_id": 20,
      "warehouse_id": 2,
      "warehouse_name": "Urduroad Warehouse",
      "than_no": 2,
      "measurment_unit_id": 1,
      "measurment_unit_name": "meter",
      "free_qty": 200
    },
    {
      "product_id": 20,
      "warehouse_id": 3,
      "warehouse_name": "Main Warehouse",
      "than_no": 3,
      "measurment_unit_id": 1,
      "measurment_unit_name": "meter",
      "free_qty": 50
    },
    {
      "product_id": 21,
      "warehouse_id": 4,
      "warehouse_name": "South Warehouse",
      "than_no": 4,
      "measurment_unit_id": 2,
      "measurment_unit_name": "kilogram",
      "free_qty": 300
    },
    {
      "product_id": 22,
      "warehouse_id": 5,
      "warehouse_name": "North Warehouse",
      "than_no": 5,
      "measurment_unit_id": 2,
      "measurment_unit_name": "kilogram",
      "free_qty": 400
    }
  ]
}
