I am trying to make a HTTP POST to a server using curl but I can’t seem to make it work. The server has the Content-Type set to application/json so I need to send a json object to the server. My object looks something like this If I try to use the following command it works But if I store