curl --location --request PATCH '/boards/1/tags/1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Старая метка",
"color": "#000000"
}'{
"id": 1,
"boardId": 1,
"creatorId": 1,
"name": "string",
"color": "#FFFFFF"
}