curl --location 'https://primaryapi.cicle.app/api/v1/cards//checklists//items//move?companyId=&teamId=' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"position": 0,
"destCardChecklistId": "string"
}'{
"message": "string"
}