{
"product_id": 12345,
"days": 30,
"data": [
{
"id": 98765,
"collected_at": "2023-06-20T14:30:00",
"price": {
"current": 2.99,
"original": 3.49,
"range": "2.50-4.00",
"currency": "EUR"
},
"stock": {
"available": true,
"label": "En stock"
},
"rating": {
"value": 4.5,
"count": 127
},
"rank": {
"position": 3,
"page": 1,
"page_size": 24
},
"promo": {
"text": "-14%",
"slug": "promo-ete",
"type": "percentage",
"badge": "Promotion",
"loyalty": {
"available": true,
"slug": "affinity-classic"
}
}
}
],
"total": 4,
"page": 1,
"per_page": 50,
"pages": 1
}