Difference between revisions of "Curl --header"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
curl -H | curl -H | ||
+ | |||
+ | [[curl -H]] "Content-Type: [[application/json]]" [[--request]] [[POST]] [[--data]] '{"email":"[email protected]","password":"YourPassword"}' https://api2.timedoctor.com/api/1.0/login | ||
== See also == | == See also == |
Revision as of 11:18, 11 October 2021
curl --header 'X-JFrog-Art-Api: 1234567890' curl --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/api/v4/notification_settings
curl -H
curl -H "Content-Type: application/json" --request POST --data '{"email":"[email protected]","password":"YourPassword"}' https://api2.timedoctor.com/api/1.0/login
See also
Advertising: