Trying to parse a JSON response from a REST proxy call in a Studio snippet. The GetRESTProxy action succeeds with a 200 OK, but the subsequent ASSIGN action fails when I try to access response.body.data.id. The debug log shows the response body is a string, so I’m guessing I need to cast it first. Is there a specific syntax to parse the JSON string into an object before accessing nested keys?