{
  "eurocv": {
    "foto": "foto2.jpg",
    "desiredEmploy": "Backend Developer",
    "personalInfo": {
      "name": {
        "lastname": "Silva",
        "firstname": "Mariana"
      },
      "address": {
        "street": "Rua das Flores",
        "cp": "3800-100",
        "local": "Aveiro",
        "country": "Portugal"
      },
      "contact": {
        "phone": {
          "countryprefix": "351",
          "number": "912345678"
        },
        "fax": {
          "countryprefix": "351",
          "number": "234567890"
        },
        "email": [
          {
            "type": "Professional",
            "value": "mariana.silva@email.com"
          },
          {
            "type": "Personal",
            "value": "mariana.dev@gmail.com"
          }
        ]
      },
      "nacionality": "Portuguese",
      "birthdate": {
        "day": "12",
        "month": "June",
        "year": "2000"
      },
      "gender": "Female"
    },
    "workexperience": {
      "position": {
        "dates": {
          "start": {
            "month": "January",
            "year": "2023"
          },
          "end": {
            "month": "Present",
            "year": "2026"
          }
        },
        "occupation": "Junior Backend Developer",
        "activities": {
          "activity": [
            {
              "designation": "REST APIs",
              "time": "2 years"
            },
            {
              "designation": "Databases",
              "time": "2 years"
            }
          ]
        },
        "employer": {
          "name": "Tech Solutions",
          "address": {
            "street": "Rua Central 10",
            "cp": "4000-200",
            "local": "Porto",
            "country": "Portugal"
          },
          "contact": {
            "www": "www.techsolutions.pt",
            "email": "info@techsolutions.pt"
          }
        },
        "businessSector": "Software Development"
      }
    }
  }
}