Authorization: Bearer ********************
{ "name": "string", "color": "string" }
curl --location --request PUT '/tag/update/1' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "color": "string" }'
{}