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