We need to create an endpoint for providing data for product_reviews page and please add this example data as test data
example
"product_reviews": [{
"category": "Jeans",
"description": "Lorem ipsum dolor sit, amet consectetur adipisicing elit.",
"id": 1,
"name": "Blue Jean",
"rating": 4,
"type": "men",
"user_rating": [{
"comment": "I love the way it has delivered to me and after using ,i just wanna say one word that is awesome",
"date": "a month ago",
"designation": "CEO , Dellec Info",
"name": "James Hamm"
},
{
"comment": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Accusantium cupiditate, sed delectus",
"date": "2 month ago",
"designation": "CEO , Dellec Info",
"name": "Tim Pharell"
},
{
"comment": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Accusantium cupiditate, sed delectus",
"date": "3 month ago",
"designation": "CEO , Dellec Info",
"name": "Joe Baden"
}
]
}],
We need to create an endpoint for providing data for product_reviews page and please add this example data as test data
example