{
"enabled": true,
"contactExpireDays": 2,
"dealExpireDays": 2,
"notifyEnabled": true,
"notifyDays": 2
}curl --location --request PUT 'http://139.198.190.189:58080/admin-api/crm/customer-pool-config/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabled": true,
"contactExpireDays": 2,
"dealExpireDays": 2,
"notifyEnabled": true,
"notifyDays": 2
}'{
"code": 0,
"data": true,
"msg": "string"
}