curl --location '//contacts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"data": {
"id": "string",
"name": "string",
"email": "string",
"phone": "string",
"company": "string",
"job_title": "string",
"type": "string",
"lifecycle_stage": "string",
"source": "string",
"source_channel": "string",
"notes": "string",
"lead_id": "string",
"conversation_id": "string",
"last_contacted_at": "2019-08-24T14:15:22.123Z",
"converted_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}