{
"data": [
{
"id": 5,
"rating": 1,
"likes": 0,
"images": [
"https://loremflickr.com/400/400?lock=8163556867541764"
],
"comment": "sit ad laboris",
"created_at": "2024-12-02T21:51:43.000000Z",
"product": {
"id": 1,
"name": "Product 1",
"image": "https://via.placeholder.com/150"
}
}
],
"links": {
"first": "http://127.0.0.1:8080/api/apps/v1/order/reviewed?page=1",
"last": "http://127.0.0.1:8080/api/apps/v1/order/reviewed?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://127.0.0.1:8080/api/apps/v1/order/reviewed?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "http://127.0.0.1:8080/api/apps/v1/order/reviewed",
"per_page": 10,
"to": 1,
"total": 1
}
}