{
"Employee Details": {
"id": 101,
"name": "Sachin Sharma",
"email": "sachin.sharma@example.com",
"profile_image": "https://example.com/profiles/sachin.jpg",
"reviews": [
{
"review_id": 1,
"title": "Great Product!",
"rating": 5,
"comment": "I really loved the product quality and fast delivery.",
"product": {
"product_id": 501,
"name": "Wireless Earbuds",
"category": "Electronics"
}
},
{
"review_id": 2,
"title": "Good Service",
"rating": 4,
"comment": "Customer support was responsive and helpful.",
"date": "2024-09-01",
"service": {
"service_id": 201,
"name": "Premium Membership",
"category": "Subscription"
}
}
]
}
}