跟进记录id列表(长度<=100)
{
"progress_ids": [
"string"
]
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/progress/disuse?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"progress_ids": [
"string"
]
}'
{
"msg": "string",
"code": 0,
"data": {
"fail_list": [
{
"id": "string",
"error_code": 0,
"error_msg": "string"
}
]
}
}