GET /api/product/?ref=blog.appseed.us
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "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
    }
]