How to access API node response in Reels?

I have a API node in reels rule, it returns List of Post(Array of Object), I want to output these array(Response Payload). In After response What to mention in Key?
@Sam Could you please help here

https://jsonplaceholder.typicode.com/posts

Hello @Vignesh-U ,
You don’t need to provide the key. Simply map the output correctly and use the appropriate API.

Hi @Sam , For Get Request it is working, But for POST call it is not working.
I am trying to get the case list like below, but result is empty,

Could you please help me how to handle POST call.