Authorization: Bearer ********************{
"UUID": "f50af7e0-0dd5-4361-ab96-2e04f7bc7e30",
"Name": "string",
"Description": "string",
"Color": "string"
}curl --location --request PUT 'https://api1.nilvera.com/Tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"UUID": "f50af7e0-0dd5-4361-ab96-2e04f7bc7e30",
"Name": "string",
"Description": "string",
"Color": "string"
}'true