{
"customerId": 54883406,
"content": "proident nulla"
}
curl --location --request POST '/api/v3/clue/add-follow-up' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 54883406,
"content": "proident nulla"
}'
{
"code": 0,
"message": "ok"
}