Pro tip: Combine `-i` with `-o` to save the output to a file. Super useful if you’re testing APIs and want to review the headers and body later.
```bash
curl -i -o output.txt https://example.com
```
```bash
curl -i -o output.txt https://example.com
```
