curl --location '/boards//columns' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string"
}'{
"id": 0,
"name": "string",
"boardId": 0,
"order": 0,
"createdAt": "string",
"updatedAt": "string"
}