curl --request POST \
--url https://cloud.kaneo.app/api/column/{projectId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"icon": "<string>",
"color": "<string>",
"isFinal": true
}
'Create a new column in a project
curl --request POST \
--url https://cloud.kaneo.app/api/column/{projectId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"icon": "<string>",
"color": "<string>",
"isFinal": true
}
'