curl --location --request PATCH 'https://api.gauas.online/api/v2/kanban/tickets/move' \ --header 'Content-Type: application/json' \ --data-raw '{ "ticket_id": "string", "column_id": "string" }'
{}