### Ejemplo cURL
curl -X GET -H "Cache-Control: no-cache" -H "Postman-Token: ad901786-ef54-d490-f7b7-b51cbe2e7d97" 'http://localhost:3000/api/productos/todos.json'
### Ejemplo Retorno
[ { "id": 259657, "width": "20.0", "height": "179.0", "uso": "Porcelanico Técnico", "descripcion": ".3WOOD BEIGE 20X179 PRIMERA", "colores_id": 285, "colores_genericos_id": 30, "color_generico_name": "Beige", "color_name": "Beige", "acabado_name": "Mate", "formatos_id": 50, "formato_name": "Tablón", "estilo_id": 4, "estilo_name": "Madera", "lineas_id": 4865, "rectificado": 0, "seccion_id": 20, "seccion_name": "Piso / Formatos", "linea_name": ".3Wood", "thumbnail_url": "https://interceramic.com/application/public/images/thumb-productos/PS.3WOD.BEIG.1066.1001.1.jpg", "modelo_name": "", "imagen_grande_url": "https://interceramic.com/application/public/uploads/PS.3WOD.BEIG.1066.1001.1F_2048X1536.jpg" }, { "id": 263690, "width": "20.0", "height": "179.0", "uso": "Porcelanico Técnico", "descripcion": ".3WOOD TAUPE 20X179 B45 PRIMERA", "colores_id": 641, "colores_genericos_id": 90, "color_generico_name": "Naranja", "color_name": "Taupe", "acabado_name": "Mate", "formatos_id": 50, "formato_name": "Tablón", "estilo_id": 4, "estilo_name": "Madera", "lineas_id": 4865, "rectificado": 0, "seccion_id": 20, "seccion_name": "Piso / Formatos", "linea_name": ".3Wood", "thumbnail_url": "https://interceramic.com/application/public/images/thumb-productos/PS.3WOD.TAUP.1066.1001B45.1.jpg", "modelo_name": "", "imagen_grande_url": "https://interceramic.com/application/public/uploads/PS.3WOD.TAUP.1066.1001B45.1F_2048X1536.jpg" } ]