Relatively new to Postman and APIs in general. I am making decent progress, but the following is tripping me up.
I need to store the output of a header called “Link” as a variable, however it contains additional output that I do not need. I can successfully store the output as is with: pm.environment.set(“themeLink”, pm.response.headers.get(“Link”));