var jsonResponse = JSON.parse(responseBody); postman.setGlobalVariable("ts", jsonResponse.timestamp);
var jsonResponse = JSON.parse(responseBody); postman.setEnvironmentVariable("ts", timestamp.jsonResponse);
var jsonResponse = JSON.parse(responseBody); postman.setEnvironmentVariable("ts", jsonResponse.timestamp);
Correct Answer :