Trying to make calls to REST API that's behind Micrsoft Authentication, however, having difficulty on passing the Authentication part.
Microsoft Authenticator is simple https://login.microsoftonline.com.
Attempted to utilise OAuthLib https://pypi.org/project/oauthlib/, as the website uses OAuth v2.0, however, cannot figure out how to use it.
If explanation is unclear, please do not hesitate to comment for further information.