curl --location --request POST 'https://qiyukf.com/openapi/tag/batchUpdate?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"foreignid": "foreignid1",
"mobile": "mobile1",
"tag_ids": [156656,2455485],
"type": "save"
},
{
"foreignid": "foreignid2",
"mobile": "mobile2",
"tag_ids": [156656,2455485],
"type": "delete"
},
{
"foreignid": "foreignid3",
"mobile": "mobile3",
"tag_ids": [156656,2455485],
"type": "replace"
}
]'
{
"foreignIdsNotExist": [
"foreignid0"
],
"mobilesNotExist": [
"mobile0"
],
"tagIdsNotExist": [
1,
2
]
}