Skip to content

Instantly share code, notes, and snippets.

@ryanthegiantlion
Last active September 28, 2016 07:23
Show Gist options
  • Save ryanthegiantlion/a3302862a27859cec69178d5c6d5cf08 to your computer and use it in GitHub Desktop.
Save ryanthegiantlion/a3302862a27859cec69178d5c6d5cf08 to your computer and use it in GitHub Desktop.
curl post osx
curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"userName": "ryan", "platform":"android", "pushToken":"egO6G6CoxZE:APA91bFqN90Lb0n4TfNC02dXJ0vMT7uQ33WqFBG_FU5AC1dW_5PX1t9yFdA6gBxG_THDHdkkFdSZXq05PCABiIfAHUhu9ky-4vq8MOJdMUIZ1p4RvwiTVcAqnBGi3je19cO7TporEgjx"}' http://localhost:8082/users/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment