Authorization: Bearer ********************{
"content": "string"
}curl --location 'http://localhost:3000/api/v1/testimonials' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": "string"
}'{
"message": "Testimonial created successfully",
"status": "Success",
"data": {
"id": 27,
"full_name": "John Doe",
"content": "This platform has significantly boosted my career growth!",
"job_title": "Software Engineer",
"avatar_url": "https://example-bucket.s3.eu-west-1.amazonaws.com/uploads/testimonial-uploads/1234567890-avatar.jpeg",
"avatar_key": "uploads/testimonial-uploads/1234567890-avatar.jpeg",
"is_approved": false,
"created_at": "2024-11-26T11:48:30.195Z",
"updated_at": "2024-11-26T11:48:30.195Z",
"deleted_at": null
}
}