LinkedIn Marketing developer plattform APIs, how to use access token?

After receiving the access token trough the 3-legged OAuth (https://docs.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin%2Fmarketing%2Fcontext&tabs=HTTPS), how can I use this access token for API requests?

For example if I want to get the follower statistics of my company, where would i put the access token in this API request?

GET https://api.linkedin.com/v2/organizationalEntityFollowerStatistics?q=organizationalEntity&organizationalEntity={organization URN}

I could not find it in the documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/follower-statistics?tabs=http


I had to press on the "curl" tab under "Sample request" in the documentation: https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/follower-statistics?tabs=http