curl --location --request PATCH '/tasks//tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tagId": 0
}'{
"id": 0,
"taskId": 0,
"updateDate": "string",
"state": "string",
"userId": 0,
"anonymousUserId": 0,
"type": 0
}