curl --request POST \
--url https://your-chatwoot.aifocus.dev/api/v1/accounts/{account_id}/funnels/{funnel_id}/kanban/move_conversation \
--header 'Content-Type: application/json' \
--header 'api_access_token: <api-key>' \
--data '
{
"conversation_id": 123,
"stage_name": "<string>"
}
'