{
"parent_tag_id": "0",
"tag_names": [
"Test标签4"
]
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/tag/create' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"parent_tag_id": "0",
"tag_names": [
"Test标签4"
]
}'
{
"request_id": "be1d944744e543ac977732aa01904599",
"code": "10000",
"msg": "success",
"data": {
"error_tags": [],
"success_tags": [
{
"name": "Test子标签",
"id": 167766
}
],
"tag_level_ids": [
167766
]
}
}