curl --request POST \
--url https://connect-dev.spectora.com/v2/connections \
--header 'Authorization: <string>' \
--header 'Content-Type: application/json' \
--data '
{
"data": {
"attributes": {
"first_name": "Jane",
"last_name": "Smith",
"email": "[email protected]",
"phone": "(555) 123-4567",
"mobile_phone": "(555) 987-6543",
"home_phone": "home_phone",
"second_phone": "second_phone",
"address": "123 Main Street",
"city": "Austin",
"state": "TX",
"zip": "78701",
"agency_name": "Premier Realty",
"agency_phone": "agency_phone",
"cc_email": "cc_email",
"notes": "notes",
"private_notes": "private_notes",
"birthday_month": 6,
"birthday_day": 15,
"facebook_link": "https://facebook.com/janesmith",
"linkedin_link": "https://linkedin.com/in/janesmith",
"twitter_link": "twitter_link",
"instagram_link": "instagram_link",
"tiktok_link": "tiktok_link",
"website": "https://janesmithrealty.com",
"tag_list": [
"string"
],
"not_show_recommended_contractors_on_reports": true,
"image": "image"
}
}
}
'