I have an API key and secret for testing. I followed the steps for shell script where I placed in the request call of https://kite.trade/connect/login?api_key=xxx with my api key into chrome and got back the request token in the callback/redirect to 127.0.0.1
I used this request token in curl https://api.kite.trade/session/token with api key, request token and sha key generated. However I continue getting "Invalid session credentials", "error_type": "TokenException"