Created
March 31, 2018 00:53
-
-
Save jviveiros/c334e5e4aaa4b956bc59516fd63fcbbf to your computer and use it in GitHub Desktop.
API Curl example
This file contains 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
curl -H "Accept:application/json," -H "Content-Type:application/json" \ | |
-X POST -u admin:changeme -k -d "{"payment":{"card":"4111111111111111"}}" \ | |
https://tenantid.sandbox.verygoodproxycom/api/v1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment