curl --location --request PATCH '/tasks/1/checklist/1/order' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"order": "1"
}'{
"id": 1,
"taskId": 1,
"name": "Новый пункт чеклиста",
"order": "0",
"isChecked": false
}