$ orthanc -s https://httpbin.org patient list
Error expected value at line 1 column 1
The HTTP request is successful, but what we receive back is not JSON, so serde_json returns an error (probably here)
Need to figure out how to deal with these kinds of errors.