Instruction: Explain the purpose of 'Pick' and 'Omit' utility types and demonstrate their usage with a practical example.
Context: This question tests the candidate's knowledge of TypeScript's utility types, specifically 'Pick' and 'Omit', and their ability to manipulate types for creating more specific type definitions.