Greetings,
I have a bash script that generates some files.
I'd like to upload these files to Box using the same bash script and looks like it's super simple.
The one thing which confuses me is authorization...is it possible to use JWT method with just raw bash/curl approach to generate an access token. Maybe somebody has some examples?
Thanks