curl --location --request POST '/v1.3/outer_clues/update' \
--header 'access_token;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": 123456,
"match_type": "CONTACT",
"leads_conversion_status_list": [
{
"leads_tel": "13109876543",
"leads_convert_type": "LEADS_CONVERT_STATUS_POTENTIAL_CUSTOMER",
"leads_ineffect_reason": "LEADS_INEFFECT_REASON_IDENTITY_MISMATCHED",
"outer_leads_convert_type": "试驾 1",
"outer_leads_ineffect_reason": ""
},
{
"leads_qq": 12356,
"leads_convert_type": "LEADS_CONVERT_STATUS_POTENTIAL_CUSTOMER",
"leads_ineffect_reason": "LEADS_INEFFECT_REASON_IDENTITY_MISMATCHED",
"outer_leads_convert_type": "试驾 2",
"outer_leads_ineffect_reason": ""
}
]
}'