For a clean GET request, just:
```
curl https://example.com
```
Need JSON? Pipe it to `jq` for pretty formatting:
```
curl https://api.example.com/data | jq
```
Install `jq` if you don’t have it—it’s a game-changer!
```
curl https://example.com
```
Need JSON? Pipe it to `jq` for pretty formatting:
```
curl https://api.example.com/data | jq
```
Install `jq` if you don’t have it—it’s a game-changer!
