This is the dummy json supplied { "import_data": [{ "email_addresses": ["abc@gmail.com"], "first_name": "abc", "last_name": "pqr", "addresses": [{ "line1": "1234", "line2": "4567", "city": "BALTIMORE", "address_type": "Business", "state_code": "mystate", "postal_code": "21202" }], "home_phone": "123-345-5432", "work_phone": "123-234-6789" }, { "email_addresses": ["pqr@yahoo.com"], "first_name": "pqr", "last_name": "xyz", "addresses": [{ "line1": "5555555", "line2": "", "city": "LANCASTER", "address_type": "Business", "state_code": "mystate", "postal_code": "29720" }], "home_phone": "", "work_phone": "111-222-3333" }], "lists": ["5646347637"], "column_names": ["EMAIL", "FIRST NAME", "LAST NAME", "ADDRESS LINE 1", "ADDRESS LINE 2", "CITY", "STATE", "Zip/Postal Code", "Home PHONE", "Work Phone"] }
... View more