{
"clueId": 2,
"communicationContent": "满意度测试",
"communicationTime": "09:08:42",
"userId": 2,
"id": 2
}curl --location --request POST '/crm/crmClueCommunicationRecords' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"clueId": 2,
"communicationContent": "满意度测试",
"communicationTime": "09:08:42",
"userId": 2,
"id": 2
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}