{
"id": 99337000
}
curl --location --request POST '/api/v2/customer/follow/qw-remove' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 99337000
}'
{
"code": 0,
"message": "success"
}