Product List
GET /api/product/
[
{
"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
}
]