I use this library: https://github.com/yusufusta/ytstudio

When you are uploading video, to interact with youtube api you need to have SESSION_TOKEN

I checked documentation and i have seen that i need to make request to studio.youtube.com and get response of /grst endpoint.Can i get SESSION_TOKEN without entering to youtube studio in python automatically?
I tried to send request to /grst but i couldn't do it.