curl --location --request PATCH '/spaces//columns/' \ --header 'Websync-Session;' \ --header 'Content-Type: application/json' \ --data-raw '{ "order": 0 }'
{ "columnId": "string", "order": "string" }