{
"id": "string",
"add_customers": [
{
"ids": [
"string"
],
"type": 0
}
],
"remove_customers": [
{
"ids": [
"string"
],
"type": 0
}
]
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/business/customer_related/edit?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"add_customers": [
{
"ids": [
"string"
],
"type": 0
}
],
"remove_customers": [
{
"ids": [
"string"
],
"type": 0
}
]
}'
{
"msg": "string",
"code": 0
}