curl --location --request POST 'https://commtasks.raphdf201.net/tasks' \
--header 'Cookie: techTaskManager=' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Task name",
"description": "task description",
"dueDate": "2025-12-25",
"status": "todo",
"priority": "high",
"creatorId": 1
}'0