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