[
{
"identity": {
"type": "wechat_openid",
"value": "oTyBt1lXlB9SllUt_pgThGZXQhS0"
},
"tags": [
166044
]
}
]
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/tag/add' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"identity": {
"type": "wechat_openid",
"value": "oTyBt1lXlB9SllUt_pgThGZXQhS0"
},
"tags": [
166044
]
}
]'
{
"request_id": "30a41b5f3c9544c0b697f0c0416c99f2",
"code": "10000",
"msg": "success",
"data": {
"success": [
{
"wPxUsBX4kb5Dm2mkzCrrH7": "166044"
}
],
"failure": []
}
}