tasks.created.curl --location '/boards/columns/1/duplicate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string"
}'{
"id": 1,
"boardId": 1,
"name": "Новая колонка",
"order": "0",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}