You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?