Respond Text sends a string back to the client that started the workflow.
It is available in workflows using the URL, Form Submission, or
Webhook trigger.
Content Type describes the string; it does not transform it. If you select
JSON, Body must already contain valid JSON.
This action ends the waiting HTTP response. Place it on every branch that
should return a deliberate result to the caller.