How do I send a POST request from curl? Need help with the syntax! or What’s the correct way to make

20 Replies, 1817 Views

Not sure if this helps, but I always use `-d` for post request from curl. Just make sure your JSON is properly escaped if it’s nested or has quotes.

For debugging, I like `httpie`—it’s like curl but prettier and easier to read.

Messages In This Thread



Users browsing this thread: 1 Guest(s)