Return all products in an array.
[
{
"id": 123,
"title": "VPS1",
"category": "VPS",
"description": "FR-VPS-1",
"price": 4.99
},
...
]
{ "error": "Could not find any products" }
{
"id": 123,
"title": "VPS1",
"category": "VPS",
"description": "FR-VPS-1",
"details": {
"cpu": "1vCPU",
"ram": "2 Go RAM",
"ddos": "Anti-DDoS Pro",
"disk": "50 Go HDD (SoftRaid)",
"network": "100 Mb/s (Best effort)",
"bandwidth": "Bande passante illimitée"
},
"price": 4.99
}
{ "error": "Could not find this product" }