{
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"id": 0,
"tagKey": "string",
"categoryKey": "string",
"status": 0,
"sort": 0,
"categoryKeys": [
"string"
],
"tagNames": [
{
"language": "string",
"context": "string"
}
]
}
curl --location --request POST 'https://jnotetest-hm.jideos.com/goods/tag/add' \
--header 'Authorization: Bearer wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'token: wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'appVersionCode: 408' \
--header 'Accept-Language: zh' \
--header 'language: zh' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"id": 0,
"tagKey": "string",
"categoryKey": "string",
"status": 0,
"sort": 0,
"categoryKeys": [
"string"
],
"tagNames": [
{
"language": "string",
"context": "string"
}
]
}'
{
"code": 0,
"msg": "",
"data": null
}