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": "Best seller - Claim you 50% Discount",
"price": 299
}
],
"success": true
}