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.
For debugging, I like `httpie`—it’s like curl but prettier and easier to read.
