Basic cURL command
Command Reference:
v: Verbose output, showing headers for example
L: Follow redirects
k: Do not perform certificate checks
X: Set HTTP verb to use
VERB: The HTTP verb to use
Target: The target to connect to
Command:curl -vLk -X <VERB> <target>