get https://api.atendare.com/v2/products
GET - 200
{
"total": 100,
"page_index": 0,
"page_size": 15,
"results": [
{
"image_min": "https://atendare-static.storage.googleapis.com/web/images/default/product.png",
"currency_id": 1,
"id": 1,
"name": "Nome do produto 1"
},
{
"image_min": "https://atendare-static.storage.googleapis.com/web/images/default/product.png",
"currency_id": 1,
"id": 2,
"name": "Nome do produto 2"
}
]
}