Authorization: Bearer ********************{
"content": "string"
}curl --location --request PATCH 'http://localhost:3000/api/v1/testimonials/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": "string"
}'{
"id": 1,
"fullName": "Alex Carter",
"content": "This platform has significantly improved our workflow and team collaboration. It's a game-changer!",
"jobTitle": "Product Manager",
"avatarUrl": "https://example-bucket.s3.amazonaws.com/testimonial-uploads/alex-carter-avatar.jpg",
"avatarKey": "testimonial-uploads/alex-carter-avatar.jpg",
"isApproved": true,
"createdAt": "2024-11-25T13:29:44.793Z",
"updatedAt": "2024-11-26T12:01:37.752Z",
"deletedAt": null
}