Authorization: Bearer ********************{
"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 PUT 'https://jnotetest-hm.jideos.com/goods/tag/edit' \
--header 'token: z_IGnO3oFfsPLElUaqj2TvqDLdA0jIg5ugLE4vhm8MMlRyVK3GUfkegD9lPGcfWW-Qv0dV_lpie2d8vUB3e9ZIg7mdyv7MiO1-U2FCveDTO61whqHI0JuS-Hl_e3p0AP' \
--header 'appVersionCode: 491' \
--header 'language: zh' \
--header 'Accept-Language: zh' \
--header 'channel: google' \
--header 'deviceId: 123456' \
--header 'Authorization: Bearer <token>' \
--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
}