Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/testimonials/find-by-user' \
--header 'Authorization: Bearer <token>'{
"message": "Testimonial fetched successfully",
"status": 200,
"data": {
"id": 1,
"fullName": "Jane Doe",
"content": "This service has transformed my workflow and boosted productivity significantly!",
"jobTitle": "Product Manager",
"avatarUrl": "https://example-bucket.s3.amazonaws.com/testimonial-uploads/1234567890-avatar.jpg",
"avatarKey": "testimonial-uploads/1234567890-avatar.jpg",
"isApproved": true,
"createdAt": "2024-11-25T13:29:44.793Z"
}
}