'Postman Mock Server Response Body
Solution 1:[1]
To get the correctly formatted response, you need to include the Content-Type header in the response section of the Example.
This is what the Mock Server response looks like without the header:
Open the Example and add the header to the bottom response section, you may see the Body tab shown when you open the Example, switch tabs to Headers, add the header and save the Example.
With the header added, send the request to the Mock Server, this will return the correctly formatted response based on the Content-Type header.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Danny Dainton |





