Skip to content

Instantly share code, notes, and snippets.

@icaromh
Created October 29, 2016 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icaromh/93103679dc40da0c4f7306ed1fb0db43 to your computer and use it in GitHub Desktop.
Save icaromh/93103679dc40da0c4f7306ed1fb0db43 to your computer and use it in GitHub Desktop.
cURL para login no senac
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