Parsing nested objects from response body

Here’s a sample response body resulting from a chained request:

I would like my response body to only return the nested object that starts with “relationships” and ignore everything else. I think the answer is assigning the parsed data to an environment variable with an index reference, but I’m not certain on how to go about it. Also, would it be possible to just make the response return the parsed data?

You cannot influence what data you get back from an API, unless you use GraphQL. :stuck_out_tongue: or you are the developer of the API.