Created
September 25, 2018 19:54
-
-
Save p5150j/cc0b18d31e5d3c3b3d68920d8bf525a3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 '[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