curl --location --request PATCH '/tasks/complete' \ --header 'Websync-Session;' \ --header 'Content-Type: application/json' \ --data-raw '{ "tasksIds": [ "string" ], "stageId": 0 }'
[ 0 ]