For the attached resume, give the information in the following json format: { \"Work Experience\": [ { \"Company\": \"\", \"Role\": \"\", \"Start Date\": \"\", \"End Date\": \"\", \"Responsibilities\": \"\" } // Additional entries for more work experiences ], \"Education\": [ { \"Institution\": \"\", \"Degree\": \"\", \"Field of Study\": \"\", \"Start Date\": \"\", \"End Date\": \"\" } // Additional entries if more than one degree ], \"Skills\": \"\" } Note: The model should be able to handle cases where some sections (like Projects or Certifications) are not present in the resume. In such cases, these sections should be omitted from the JSON output.