{
"id": 1,
"tagName": "xxx"
}
curl --location --request PATCH 'https://ligai.cn/openapi/api/tag/update' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"tagName": "xxx"
}'
{
"code": "0",
"data": {
"success": true
}
}