curl -X POST \
https://api.b-fonline.com/api/create_consumer \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-d '{
"first_name":"testfirst",
"first_name2":"testlast",
"middle_initial":"X",
"last_name":"TestLast",
"last_name2":"TestLast2",
"address1":"Address line 1",
"address2":"Address line 2",
"address3":"Address line 3",
"address4":"Address line 4",
"address5":"Address line 5",
"city":"City",
"state_prov_terr":"State, Province or Territory",
"us_state_abbrv":"KY",
"zip_postal":"BH11 8NX",
"birth_date" : "1980-02-20",
"gender":"M",
"country_iso_3":"USA",
"email":"[email protected]",
"phone_number":"502-867-5309",
"mobile_number":"447763376311",
"title_text":"Mr",
"sub_text":"Sr.",
"industry_flag":"Y",
"brand_id":"52",
"source_code":"22",
"send_email":"Y",
"send_mail":"Y",
"send_sms":"N",
"page_description":"Jack daniels registration page",
"url":"www.jackdaniels.com\/en-us\/become-a-friend",
"segment_id":"4",
"promotion_response": [
{"question": "What is your favorite color?", "answer": "Clear"},
{"question": "How much wood could a woodchuck chuck if a woodchuck could chuck wood?", "answer": "7"},
{"question": "What is the answer to life the universe and everything?", "answer": "42"}
]
}'