Complete the code to open Postman after installation.
Click on the [1] icon to launch Postman.You open Postman by clicking its icon, usually labeled 'Postman'.
Complete the sentence to identify the main area where you create requests in Postman.
The [1] tab is where you build and send API requests.
The 'Request' tab is the main area to create and send API requests in Postman.
Fix the error in the statement about Postman interface.
The [1] panel shows the list of saved requests and collections.
The Sidebar panel displays saved requests and collections in Postman.
Fill both blanks to describe how to create a new collection and add a request.
Click on [1] to create a new collection, then use [2] to add a request inside it.
You create a new collection by clicking 'New Collection' and add requests by clicking 'Add Request'.
Fill all three blanks to explain how to view response details after sending a request.
After clicking [1], check the [2] tab to see the response body and the [3] tab for headers.
Click 'Send' to send the request, then view the 'Body' tab for response content and 'Headers' tab for response headers.