Introduction
Collections help you organize your API requests in one place. They make testing easier and faster.
You want to group related API requests for a project.
You need to share API tests with your team.
You want to run multiple API tests in order automatically.
You want to save your API requests for later use.
You want to document your API endpoints clearly.