Filter columns in a GET request with Python

When I make a token api request, is there a way to filter which columns I bring into the generated json?

For example, I made a GET request with Python to get information about all DEALS and got 88 columns. However, many of these columns I will not use.


example2