Created
November 8, 2016 04:28
-
-
Save bolerap/e9ae247a5b0289f4eca2c2a2d94ac149 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Send POST request with customize header | |
curl --header "Content-Type: application/json" --header "authToken: <token_string>" --data @file.txt https://api.abc.com/endpoint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment