### Description: Enable users to fetch JSON from APIs requiring authentication using either headers or tokens. ### Tasks: - [ ] Add --header option to pass custom headers. - [ ] Add --token option for Bearer token-based authentication. - [ ] Ensure secure handling of sensitive information. Priority: High