Verify custom request headers are sent and received correctly
Preconditions (2)
Step 1: Open Postman and create a new GET request
Step 2: Set the request URL to https://postman-echo.com/headers
Step 3: Add a custom header with key 'X-Test-Header' and value 'TestValue123'
Step 4: Send the request
Step 5: Observe the response body for the headers returned
✅ Expected Result: The response body contains the header 'X-Test-Header' with value 'TestValue123'