Original issue: httpie#1550
Problem:
Users need the ability to filter specific keys from the response before it's printed to the screen.
Requirements:
- Add new command line option for key filtering
- Support both inclusion and exclusion filters
- Handle nested JSON structures
- Add support for wildcard patterns
- Include tests
- Update documentation
Difficulty: Beginner-friendly
Type: Enhancement