i am trying to use curl and
curl -H "Content-Type: application/json" -X POST -d '{"items":[{"name":"first order","id":42}]}' http://localhost:8080/create-order
responds with
curl: /home/sara/LD_LIBRARY/libcurl.so.4: version `CURL_OPENSSL_4' not found (required by curl)
followed the solution given (here)[curl is not working on Ubuntu 18.04 LTS but no luck