How do I turn this curl request into Postman request
Import the cURL
using Import->Paste Raw Text
.
In your Postman request you need to click the Headers tab and add two key/value pairs. Under the key column click "New key" text and enter "Authorization:Bearer" and enter your api key in the value column. Then you'll see another row where you can add your Accept key and "application/json" value.