1. Anatomy of a cURL command
A cURL command is curl followed by options and a URL. -X sets the method, -H adds headers, and --data-raw or --data-urlencode sends a body. This tool takes each piece from a form and produces a neatly multi-line command that you can copy to the clipboard in one click.