I am trying to send a HTTP POST via CURL on the command line. I am doing something wrong. Could someone advise me on what's wrong with my command? I am doing the following:
curl -X POST -H "Content-Type:application/json" https://www.url-here.com -d {JSON OBJECT HERE}