Verify API response changes when switching Postman environments
Preconditions (4)
Step 1: Select the 'Development' environment in Postman
Step 2: Send the GET request to {{baseUrl}}/status
Step 3: Note the response status code and body
Step 4: Switch to the 'Production' environment
Step 5: Send the same GET request again
Step 6: Note the response status code and body
✅ Expected Result: The response status code and body should differ between 'Development' and 'Production' environments, reflecting the different baseUrl values.