Send a request
curl Options URL
curl -X POST -H 'Content-Type: application/json' -d '{"name":"value"}' https://echo.zuplo.io
-u username (basic auth) -k: insecure (no SSL verification) -o output.txt --head: response headers only -X method -H header -d data -v: verbose