Server.py json decoding issue

I get for running server core :

- Failed to decode json during respond request. Error: Expecting value: line 1 column 1 (char 0). Request content: 'b"'{query:hello there}'"'


sending `curl -XPOST localhost:5005/conversations/default/parse -d '{"query":"hello there"}'`

are you running on windows? You probably have to escape the quotation marks with \

I will try.