{
"customerId": 87,
"content": "proident amet dolor culpa",
"qwUserId": "82"
}curl --location --request POST '/api/v3/customer-relation/add-follow-up' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 87,
"content": "proident amet dolor culpa",
"qwUserId": "82"
}'{
"code": 0,
"message": "ok"
}