curl --location --request POST 'https://api.gauas.online/api/v2/kanban/tickets' \
--header 'Content-Type: application/json' \
--data-raw '{
"column_id": "12345",
"title": "Implement login feature",
"description": "Create login page and integrate with backend API",
"due_date": "2025-08-15",
"priority": "high"
}'
{}