Fill the form, get a copy-paste curl command. Method, headers, JSON body, bearer auth.
Pick the HTTP method, paste the URL, add any headers (one per line as Name: Value), optionally a bearer token and a request body. The tool assembles a properly quoted curl command you can copy straight into a terminal.
Yes. The URL, headers and body are wrapped in single quotes with embedded quotes escaped, so special characters in JSON bodies or tokens don't break the command.
It joins the flags with backslash-newline so long commands are readable. Untick it for a single-line command that's easier to paste into scripts.