curl post
curl -d "user=user1&pass=abcd" -X POST https://example.com/logincurl -X POST -H "Content-Type: application/json" \
-d '{"username":"abc","password":"abc"}' \
https://api.example.com/v2/login
curl -d "" https://example.com
curl -H "Content-Type: application/json" --data "@C:\Users\xxx\Desktop\body.json" https://example.com/api/servicecurl --data '' https://example.com/resource.cgi
curl -X POST https://example.com/resource.cgi
curl --request POST https://example.com/resource.cgi
curl --data "param1=value1¶m2=value2" https://example.com/postcurl -d "param1=value1¶m2=value2" -X POST http://localhost:3000/data
Also in C++:
- pip install covid
- xrandr non cambia la luminosità
- mv linux command
- wsl 2 reboot ubuntu
- git ls-files --others -i --exclude-standard
- how to ls git branch
- how to install jupyter notebook using pip
- remove postgresql ubuntu
- how to uninstall heroku cli
- install vi editor ubuntu dockerfile
- bash convert string to uppercase
- linux set python 3 as default
- ubuntu remove cuda
- brew install jenv
- cmd kill process by pid
- how to get ubuntu to read usb drive
- install angular cli version
- delete branch from github mcd
- git check differences between two projects
- edit hosts file mac terminal
- cd command windows
- sudo apt-get install docker-ce docker-ce-cli containerd.io command not working
- ubuntu bluetooth not working after suspend
- how to extract tgz file in linux