hi everyone, i have a quick question about external request, i’m doing a request to n8n this workflow use IA to answer the user question and retrieve the answer throught the ‘respond to webhook’ node, the issue is this: the node still running and manychat show me a alert that the request is null, i try to use http headers to solve this but not work

this is the response register:

if u can see the response is null, i thought that maybe the problem is the response mapping but is not

and this is the response in n8n:

is responding correctly. if i use another way to make request the response is working

HERE this is the headers that im using

how could i solve this issue? thnks