Can you please consider adding support for OAuth 2.0, at least the client_credentials grant?
Example:
xh --auth-type oauth2 --auth <client_id>:<client_secret> --oauth-grant client_credentials --oauth-token-url https://example.org/oauth/token GET example.org/api/v1/hello
Can you please consider adding support for OAuth 2.0, at least the client_credentials grant?
Example: