curl --location --request POST '/v1.3/custom_tags/add' \
--header 'access_token: <ACCESS_TOKEN>' \
--header 'timestamp: <TIMESTAMP>' \
--header 'nonce: <NONCE>' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": 111111111,
"name": "car",
"description": "car"
}'{
"code": 0,
"message": "",
"message_cn": "",
"data": {
"tag_id": "<TAG_ID>"
}
}