200 - data.reviews[] (each: id, name, email, profile_image_url, review, source, rating, app_version, is_featured, posted_at). Max 4 featured at a time.curl --location '/api/v1/feedback/reviews/featured'{
"success": true,
"message": "Featured Reviews fetched successfully",
"data": {
"reviews": [
{
"id": "Review-001",
"name": "Test user",
"email": "test@gmail.com",
"profile_image_url": "https://images.hastaai.in/\n blogs/vedic-astrology.jpg",
"review": "App is quite good",
"source": "Playstore",
"rating": 3.5,
"app_version": "v1.0.0",
"is_featured": false,
"posted_at": "2026-05-13T10:30:00Z"
}
]
}
}