curl --location --request PUT 'https://commtasks.raphdf201.net/tasks/' \
--header 'Cookie: techTaskManager=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"title": "string",
"description": "string",
"priority": "string",
"status": "string",
"creatorId": "string",
"dueDate": "string"
}'