{ "id": 199, "name": "标签1", "description": "标签描述" }
curl --location --request POST '/open-api/tag/inner-tag/edit-tag' \ --header 'Authorization: Bearer {{auth_token}}' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 199, "name": "标签1", "description": "标签描述" }'
{ "code": 0, "data": true, "msg": "string", "requestId": "string" }