Authorization: Bearer ********************{
"Name": "string",
"Description": "string",
"Color": "string"
}curl --location --request POST 'https://api1.nilvera.com/Tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"Name": "string",
"Description": "string",
"Color": "string"
}'{
"UUID": "string",
"Description": "string",
"Name": "string",
"Color": "string"
}