How can I pass response of call service node to the next node in node red?

My sequence is like the following:


When I call this service in developer tools like the following:

You can see it has a response.
I’d like to access the response in my debug node. How should I do this?

Edit:
I solved it by using API node rather than call service node.