Allows adding default parameters in the workspace settings.

Feature RequestImprovement
Similar to adding default headers, some URLs share common parameters. I don't want to manually add the same parameters to every API request.
Is it possible to set default parameters in the workspace settings?
A good example of this is Stream’s REST API authentication. It requires that every request includes:
Authorizationheader with a JWT token that was encoded with your API key’s secretapi_keyquery parameter with the API key whose secret was encoded in said JWT