[
    {
        "id": 1,
        "product_id": 1,
        "days": 1,
        "customer_price": 75,
        "reseller_price": 42,
        "image_url": ""
    },
    {
        "id": 2,
        "product_id": 1,
        "days": 7,
        "customer_price": 279,
        "reseller_price": 142,
        "image_url": ""
    },
    {
        "id": 3,
        "product_id": 1,
        "days": 15,
        "customer_price": 630,
        "reseller_price": 500,
        "image_url": ""
    },
    {
        "id": 4,
        "product_id": 1,
        "days": 30,
        "customer_price": 900,
        "reseller_price": 719,
        "image_url": ""
    },
    {
        "id": 7,
        "product_id": "1",
        "days": 3,
        "customer_price": 159,
        "reseller_price": 73,
        "image_url": ""
    },
    {
        "id": 8,
        "product_id": "2",
        "days": 1,
        "customer_price": 89,
        "reseller_price": 70,
        "image_url": ""
    },
    {
        "id": 9,
        "product_id": "2",
        "days": 7,
        "customer_price": 249,
        "reseller_price": 123,
        "image_url": ""
    },
    {
        "id": 10,
        "product_id": "2",
        "days": 10,
        "customer_price": 319,
        "reseller_price": 130,
        "image_url": ""
    },
    {
        "id": 11,
        "product_id": "2",
        "days": 30,
        "customer_price": 639,
        "reseller_price": 350,
        "image_url": ""
    },
    {
        "id": 12,
        "product_id": "3",
        "days": 1,
        "customer_price": 55,
        "reseller_price": 40,
        "image_url": ""
    },
    {
        "id": 13,
        "product_id": "3",
        "days": 3,
        "customer_price": 119,
        "reseller_price": 60,
        "image_url": ""
    },
    {
        "id": 14,
        "product_id": "3",
        "days": 7,
        "customer_price": 189,
        "reseller_price": 120,
        "image_url": ""
    },
    {
        "id": 15,
        "product_id": "3",
        "days": 10,
        "customer_price": 269,
        "reseller_price": 150,
        "image_url": ""
    },
    {
        "id": 16,
        "product_id": "4",
        "days": 1,
        "customer_price": 100,
        "reseller_price": 85,
        "image_url": ""
    },
    {
        "id": 17,
        "product_id": "4",
        "days": 3,
        "customer_price": 199,
        "reseller_price": 150,
        "image_url": ""
    },
    {
        "id": 18,
        "product_id": "4",
        "days": 7,
        "customer_price": 280,
        "reseller_price": 190,
        "image_url": ""
    },
    {
        "id": 19,
        "product_id": "4",
        "days": 15,
        "customer_price": 460,
        "reseller_price": 390,
        "image_url": ""
    },
    {
        "id": 20,
        "product_id": "4",
        "days": 30,
        "customer_price": 950,
        "reseller_price": 450,
        "image_url": ""
    }
]