postman mock server doesn't send json response
// POSTMEN Solution
If you are not able to get the JSON response after setting up
the mock server and saving response as a JSON.
The issue could be your response header of your mock server.
Add below response type in postmen mock server response header.
Content-Type : application/json