Start from scratch
GET https://postman-echo.com/get
If you’re starting from scratch, you can import cURL as raw text for each API call. Or as a last resort, input every endpoint’s URL, method, etc.
Try importing this cURL command. Go to Import, and tab over to Raw Text. Paste the following cURL command to generate a Qodex request.
curl --location --request GET "https://Qodex-echo.com/get"
RESPONSES
status: OK
{"args":{},"headers":{"x-forwarded-proto":"https","x-forwarded-port":"443","host":"postman-echo.com","x-amzn-trace-id":"Root=1-5f93477a-245c47ca02a8426402f96add","user-agent":"PostmanRuntime/7.26.7","accept":"*/*","cache-control":"no-cache","postman-token":"4389cc88-8a59-4d89-b14b-3f1505643df3","accept-encoding":"gzip, deflate, br"},"url":"https://postman-echo.com/get"}