I’ve been using post json curl for a while now, and one thing that helped me was using `-v` for verbose output. It shows the full request and response, which is great for debugging.
Also, if you’re on macOS, `pbpaste` and `pbcopy` are awesome for copying JSON to/from the clipboard. Saves a ton of time!
Also, if you’re on macOS, `pbpaste` and `pbcopy` are awesome for copying JSON to/from the clipboard. Saves a ton of time!
