curl --location --request PATCH '/boards/columns/1/name' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Старая колонка"
}'{
"id": 6,
"boardId": 1,
"name": "Старая колонка",
"order": "6000000",
"createdAt": "2026-02-05T09:53:23.731Z",
"updatedAt": "2026-02-12T13:41:13.571Z"
}