To send a batch request in Postman, you can use a feature called **Postman Collections** or utilize the **Postman Runner**. Here’s how to achieve that:
### Method 1: Using Collection Runner
1. **Create a Collection:**
- Open Postman.
- Click on the **Collections** tab in the left sidebar.
- Click on the **+ New Collection** button.
- Name your collection (e.g., "Batch Requests") and provide a description if necessary.
2. **Add