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

[
    {
        "id": 3,
        "name": "Adidas",
        "info": "Just another cool product",
        "price": 59
    },
    {
        "id": 4,
        "name": "Nike",
        "info": "This is a shoe shop",
        "price": 99
    },
    {
        "id": 5,
        "name": "Puma",
        "info": "Over priced Puma",
        "price": 79
    }
]