{
"name": "string",
"customer_id": 1,
"email": "string",
"phone": "string",
"tel": "string",
"sex": 1,
"is_decision": true,
"next_time": "2019-08-24T14:15:22Z",
"is_primary": true,
"job": "string",
"content": "string"
}
curl --location --request POST 'https://app.jkcrm.vip/api/v1/customer_contacts' \
--header 'token;' \
--header 'lang;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"customer_id": 1,
"email": "string",
"phone": "string",
"tel": "string",
"sex": 1,
"is_decision": true,
"next_time": "2019-08-24T14:15:22Z",
"is_primary": true,
"job": "string",
"content": "string"
}'
{}