Hello,
There is an error in the header of the command example.
In the header I tried to set the Accept field but it didn't work.
I had to set "Content-Type" as described in the LO swagger page.
msg.headers["Accept"] = 'application/json';
Did I miss something ?