I am trying to fetch the data from my API account but it wont let me go through. I already tried to hardcode the Bearer <access_token> but it still has the same error.
first is I log in using the public key and secret key and it was successful but it doesn't work when I use the token for the bearer .
Header
Authorization: Bearer <access_token>
Is there something that I am missing?