Skip to content

Instantly share code, notes, and snippets.

@p5150j
Created September 25, 2018 19:54
Show Gist options
  • Save p5150j/cc0b18d31e5d3c3b3d68920d8bf525a3 to your computer and use it in GitHub Desktop.
Save p5150j/cc0b18d31e5d3c3b3d68920d8bf525a3 to your computer and use it in GitHub Desktop.
curl '[API_URL]/users' -H 'Authorization: Bearer [AUTH_TOKEN]' -H 'Content-Type: application/json;charset=UTF-8' -H 'Accept: application/json, text/plain, */*' --data-binary '{"email":"[email protected]","password":"123456","firstName": "One", "lastName":"CareerAllies", "status": "active", "role": "admin"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment