Send Bearer Token To Api

Hi, I want to get information from an authorized Web API service. I have a Bearer token! how I should send (post or get) this token to API in RequestHeaders?

Usually something like this:

Make sure you have a space between 'Bearer' and '<token>'

Your api provider should provide instructions on the format they require