Scopes for local REST API requests

Hi, I am creating a local app and I would like to use the REST API v2 to read page content.

I can get the page metadata with a GET to “/wiki/api/v2/pages/123”.

But if I try to get the content by appending “?body-format=storage” I get a “no matches found”.

Am I missing scopes? How do I assign scopes for simply making local requests to the api? I don’t want to deploy a forge app. I just want to make requests locally. Thanks!

Update: I got it working by using by using an Authorization header with base64 encoded creds instead of server user and password (“-u” command in curl)