Verify response headers for a GET request
Preconditions (2)
Step 1: Open Postman
Step 2: Create a new GET request to https://api.example.com/data
Step 3: Send the request
Step 4: Check the response headers section
✅ Expected Result: The response headers include 'Content-Type' with value 'application/json' and 'Cache-Control' with value 'no-cache'