I have a subflow that has a call service node, and the subflow creates a environment variable for a message. Data field below in json expression:
{ "message":$env('message'), "title":$env('title') }
now I also want to pass into the message json a payload variable. How do I write that json so that it includes the $env and {{payload}}?