What is the fundamental difference between
const json_response = pm.response.json()
and
json_response = JSON.parse(responseBody) <