Construct complex API requests visually.
Curl is a command-line tool for verifying connectivity and API responses. This tool puts a GUI over the complex flags needed for headers and data.
For JSON data, make sure to add the header Content-Type: application/json.
This ensures the server treats your data correctly.