curl --location --request PATCH '/tasks//checklist//order' \ --header 'Websync-Session;' \ --header 'Content-Type: application/json' \ --data '{ "order": "3" }'
{ "id": 0, "order": "3" }