GET /api/product/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 4,
        "name": "Nike",
        "info": "utggfhd",
        "price": 99
    },
    {
        "id": 13,
        "name": "ආර්.ජී. ඉන්දිකා මිය",
        "info": "test",
        "price": 300
    },
    {
        "id": 14,
        "name": "teeawt",
        "info": "dfsadsfd",
        "price": 20
    }
]