{ "name": "emo", "type": "music", "category": "genre", "description": "伤感" }
curl --location --request PUT 'http://localhost:9000/api/admin/tags/55' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwidXNlcm5hbWUiOiJyb290Iiwicm9sZSI6InN1cGVyYWRtaW4iLCJpYXQiOjE3MzU2MjAwMTAsImV4cCI6MTczNTcwNjQxMH0.y8xYSXKnxOaHaSfbOoiW3_DhCPcF9SNDVWtg_5XlNrI' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "emo", "type": "music", "category": "genre", "description": "伤感" }'
{}