Need Help Repond to Webhook Node

What would be a configuration for my Respond to Webhook, use the json from the data from the previous node, because when I configure it it gives INVALID JSON

Could you help me?

Depends on the content of your texto variable. If there are new lines it will break. Try and wrap it in a JSON.stringify()

{
   "text": "{{ JSON.stringify($json.texto) }}"
}