Dynamic Api
GET /api/product/
{
"data": [
{
"id": 1,
"name": "NIKE",
"info": "great for a morning run",
"price": 99
},
{
"id": 2,
"name": "PUMA",
"info": "Promo expires soon",
"price": 199
},
{
"id": 3,
"name": "Adidas",
"info": "great for a morning run",
"price": 299
}
],
"success": true
}