Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created July 20, 2014 21:44
Show Gist options
  • Select an option

  • Save coderberry/6b5ff24cbb0fc72ec85a to your computer and use it in GitHub Desktop.

Select an option

Save coderberry/6b5ff24cbb0fc72ec85a to your computer and use it in GitHub Desktop.
curl -i \
-X POST \
-H "Accept: applicaton/json" \
-d "token=1b2ec27cc2a950fc795f5960239fjs1b& \
is_test=true& \
ip_addres=98.202.120.35& \
first_name=Jane& \
last_name=Example& \
[email protected]& \
phone_1=8015554321& \
address_1=123 Main St& \
city=American Fork& \
state=UT& \
zip_code=84003& \
dob=1935-03-15& \
gender=F& \
use_tobacco=N" \
http://cege-fortress.herokuapp.com/api/v1/post_lead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment