curl --location '/tasks' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"description": "string",
"dueAt": "string",
"priority": "low",
"ownerId": "string",
"contactId": "string",
"companyId": "string",
"dealId": "string",
"metadata": {}
}'