I'm having trouble successfully hitting the Jira Software Cloud API to fetch data for a user w/ their Oauth 2.0 token.
I am able to successfully get back info from `https://api.atlassian.com/oauth/token/accessible-resources` using the user's Oauth token, which gives me their jira id, url, org name, token scopes, and avatar url. Their token scope is "read:jira-work" and "write:jira-work."
However, I keep getting a `Client must be authenticated to access this resource` every time I try to hit their JIRA url (e.g https://company-name.atlassian.net) with the same token. Can anyone help me figure out what the issue is? Am I hitting the wrong endpoint for fetching user data?