Skip to content

Instantly share code, notes, and snippets.

@nettofarah
Created November 16, 2012 16:46
Show Gist options
  • Save nettofarah/4088871 to your computer and use it in GitHub Desktop.
Save nettofarah/4088871 to your computer and use it in GitHub Desktop.
user signup request
curl --header 'X-Api-Key: xxxxxx' --request POST -d "user[login]=remi&user[password]=password&user[email][email protected]&user[agree_to_terms]=1" https://8tracks.com/users.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment