Hello,
I'm a student, and I'm making an application that restricts myself from doing certain things if I have missing assignments. However, I cannot get the authentication to work properly. I'm using an integration token from my user profile.
This is my code (Python): https://pastebin.com/D672jT0U
I have tried many different things to try and fix this, but it doesn't seem to work. The response is always "{'status': 'unauthenticated', 'errors': [{'message': 'user authorization required'}]}"