Hi,
The input you are passing is not a valid JSON and that's why you are getting error 400. To fix it, just add a pair of curly brackets around it.
{ "parameters": [ { "value": { "string": { "value": "XYZ@blahblah.com" } }, "type": "string", "name": "toAddress", "scope": "local" } ] }