{ "tracktitle": "string", "artist": "string", "album": "string", "year": 0, "lyrics": "string" }
curl --location --request POST '/editor/tags' \ --header 'Content-Type: application/json' \ --data-raw '{ "tracktitle": "string", "artist": "string", "album": "string", "year": 0, "lyrics": "string" }'
{ "success": true }