{
"message": "Fetched successfully",
"status": "Success",
"data": [
{
"cvName": "My Professional CV",
"personalInfo": {
"address": "123 Main St",
"city": "New York",
"zipCode": "10001",
"profession": "Software Developer",
"careerObjective": "To secure a challenging position in a reputable organization",
"phoneNumber": "+1234567890",
"nationality": "American",
"languages": [
{ "name": "English", "proficiency": "Native" },
{ "name": "Spanish", "proficiency": "Intermediate" }
],
"socialLinks": "https://linkedin.com/in/johndoe"
},
"workExperiences": [
{
"company": "Tech Corp",
"position": "Senior Developer",
"startDate": "2020-01-01",
"isCurrent": true,
"description": "Leading a team of developers on various projects"
}
],
"educations": [
{
"institution": "University of Technology",
"degree": "Bachelor of Science in Computer Science",
"startDate": "2015-09-01",
"endDate": "2019-06-30",
"isCurrent": false,
"description": "Graduated with honors"
}
],
"skills": [
{ "name": "JavaScript", "level": "Expert" },
{ "name": "React", "level": "Advanced" }
],
"awards": [
{
"title": "Employee of the Year",
"issuer": "Tech Corp",
"date": "2022-12-15",
"description": "Recognized for outstanding performance and leadership"
}
],
"projects": [
{
"name": "E-commerce Platform",
"url": "https://github.com/johndoe/ecommerce",
"description": "Developed a full-stack e-commerce solution using MERN stack"
}
],
"certificates": [
{
"name": "AWS Certified Developer",
"issuer": "Amazon Web Services",
"date": "2021-06-01",
"url": "https://aws.amazon.com/certification/certified-developer-associate/"
}
]
}
]
}