对象id列表(长度<=10)
{
"type": "string",
"ids": [
"string"
],
"user_id": "string",
"add_tags": [
"string"
],
"remove_tags": [
"string"
]
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/tag/mark_tag?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"ids": [
"string"
],
"user_id": "string",
"add_tags": [
"string"
],
"remove_tags": [
"string"
]
}'
{
"msg": "操作成功",
"code": 0
}