Above HTTP is used to send email to some users in company
My output from compose is
{"emailAddress":{"address":"SOME EMAIL"}},{"emailAddress":{"address":"SOME EMAIL"}},
Gramatically this is correct but i still get the Enter a Valid Json error.I tried converting the output to string but i still get the issue
Is there some way to avoid this error?
Thanks in advance