Introduction
Duplicating and moving requests helps you organize your tests and reuse them easily without rewriting.
You want to test the same API with slightly different data.
You need to organize requests into different folders for better clarity.
You want to keep a backup of a request before making changes.
You want to create similar requests quickly without starting from scratch.