Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/testimonials?page=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>'{
"message": "Testimonials fetched successfully",
"status": "Success",
"data": [
{
"id": 1,
"fullName": "Jane Doe",
"content": "This platform significantly helped me achieve my career goals. Highly recommended!",
"jobTitle": "Software Engineer",
"avatarUrl": "https://example.com/avatar-placeholder.jpg",
"createdAt": "2024-11-25T15:00:00.000Z"
}
]
}