write taskscurl --location --request DELETE 'https://api-dev.commandroom.ai/api/api/tasks/42/rea' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: '{
"data": {
"task_id": 1,
"project_id": 1,
"title": "Sample Title",
"slug": "sample-slug",
"priority": "low",
"status": "todo",
"stage": "ideation",
"rea_workflow_uuid": "00000000-0000-0000-0000-000000000000",
"rea_workflow_name": "Sample Rea Workflow Name",
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
}