How can i test my API response with postman

Hi, i am an app developer.I want to test CMS api response using postman.How can i do that?what extra parameters should i send with api?

All the headers can be found here Webflow API and Documentation | Webflow, based on the type of request/response you want.

The most basic request is just an auth, the header is:

-H "Authorization: Bearer <token>"