curl --location --request PATCH 'https://api.github.com/projects/columns/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "To Do"
}'
{
"cards_url": "https://api.github.com/projects/columns/367/cards",
"created_at": "2016-09-05T14:18:44.000Z",
"id": 42,
"name": "Remaining tasks",
"node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=",
"project_url": "https://api.github.com/projects/120",
"updated_at": "2016-09-05T14:22:28.000Z",
"url": "https://api.github.com/projects/columns/367"
}