Skip to content

curl

Examples

GET

curl https://www.keycdn.com

Curl with JSON

curl --header "Content-Type: application/json" \
  --request POST \
  --data '{"username":"xyz","password":"xyz"}' \
  http://localhost:3000/api/login

Work In Progress just check out ChatGPT

Sources