{
"customerName": "因众型不化",
"mobiles": [
"18111378632",
"18640756959",
"18189475412",
"18682877832",
"18666821221"
],
"fields": [
{
"alias": "dolor dolore labore",
"fieldValue": "exercitation enim in nulla"
},
{
"alias": "pariatur nostrud sit nisi Lorem",
"fieldValue": "adipisicing amet et"
}
]
}
curl --location --request POST '/api/v3/add-clue' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerName": "因众型不化",
"mobiles": [
"18111378632",
"18640756959",
"18189475412",
"18682877832",
"18666821221"
],
"fields": [
{
"alias": "dolor dolore labore",
"fieldValue": "exercitation enim in nulla"
},
{
"alias": "pariatur nostrud sit nisi Lorem",
"fieldValue": "adipisicing amet et"
}
]
}'
{
"code": 0,
"message": "success",
"data": 123456789123456
}