Body of invokeurl, from Zoho Flow, is being received as NULL
The function on the receiving end of this invokeurl, `flow_to_queue_portal_task(String paramsMap)` says the following:
- return "FOO " + paramsMap;
The output returned in the first function's `info` is:
{
code : "success",
details : {
output : "FOO null",
output_type : "string",
id : "712085000000252005"
},
message : "function executed successfully"
}
Why is my parameters body being received as `null`?