Created
October 29, 2016 22:19
-
-
Save icaromh/93103679dc40da0c4f7306ed1fb0db43 to your computer and use it in GitHub Desktop.
cURL para login no senac
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 -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{ \ | |
"unidade": 63, \ | |
"password": "password", \ | |
"username": "631420378" \ | |
}' 'https://api.easyac.xyz/login' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment