Skip to content

Instantly share code, notes, and snippets.

@p5150j
Last active September 25, 2018 19:52
Show Gist options
  • Save p5150j/a773907ac4982c88b102d639b09ca8d4 to your computer and use it in GitHub Desktop.
Save p5150j/a773907ac4982c88b102d639b09ca8d4 to your computer and use it in GitHub Desktop.
login
curl '[API_URL]/public/login' -H 'Content-Type: application/json;charset=UTF-8' -H 'Accept: application/json, text/plain, */*' --data-binary '{"email":"[email protected]","password":"123456"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment