curl --location --request GET 'https://commtasks.raphdf201.net/tasks' \
--header 'Cookie: techTaskManager=' \
--header 'Content-Type: application/json' \
--data-raw '{}'[
{
"id": 4,
"title": "Test1",
"description": "d1",
"priority": "medium",
"status": "in_progress",
"creatorId": "108435062937712563528",
"dueDate": "1231-02-03"
}
]