write taskscurl --location 'https://api-dev.commandroom.ai/api/api/tasks/copy-shared-automation' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"task_id": 1,
"source_automation_id": 1,
"project_id": 1,
"stage": "ideation"
}'{
"success": true,
"message": "Success.",
"task": {
"task_id": 1,
"project_id": 1,
"title": "Sample Title",
"objective": "string",
"description": "Sample description text.",
"priority": "string",
"status": "active",
"stage": "string",
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
}