I have setup a MS Graph API connection. It works with simple requests like GET https://graph.microsoft.com/v1.0/me. But I get errors with requests that require API permissions. Is there a way to request a token using the MS Graph API. I am able to...