Product List
GET /api/product/?ref=blog.appseed.us
[
{
"id": 2,
"name": "PUMA",
"info": "Promo",
"price": 79
},
{
"id": 3,
"name": "Adidas",
"info": "Just another cool product",
"price": 201
},
{
"id": 4,
"name": "asd",
"info": "asd",
"price": 66
},
{
"id": 5,
"name": "asd",
"info": "asd",
"price": 666
}
]