{
"data": [
{
"id": 1,
"rating": 5,
"comment": "Good product",
"images": [
"https://via.placeholder.com/150",
"https://via.placeholder.com/150",
"https://via.placeholder.com/150"
],
"user": {
"id": 1,
"name": "John Doe",
"profile_picture": null
},
"created_at": "2024-11-04T11:37:57.000000Z",
"reply": {
"message": "reply comment here",
"updated_at": "2024-11-04T12:38:50.400865Z"
}
}
],
"links": {
"first": "http://localhost/api/cms/v1/product/1/review?page=1",
"last": "http://localhost/api/cms/v1/product/1/review?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://localhost/api/cms/v1/product/1/review?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "http://localhost/api/cms/v1/product/1/review",
"per_page": 10,
"to": 1,
"total": 1
}
}