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

[
    {
        "id": 5,
        "name": "Puma",
        "info": "Over priced Puma!!!!",
        "price": 79
    },
    {
        "id": 13,
        "name": "asas",
        "info": "asasa",
        "price": 111
    }
]