cURLcurl -X POST 'https://{tenant}.atomicwork.com/api/v1/change-management/changes' \
-H 'X-Api-Key: <api-key>' \
-H 'Content-Type: application/json' \
-d '{"created_by": 0, "requester": 0, "owner": 0, "agent_group": 0, "assignee": 0, "change_type": "string", "change_template": 0, "change_start_date": "date-time", "change_completion_date": "date-time", "planned_change_start_date": "date-time", "planned_change_completion_date": "date-time", "actual_change_start_date": "date-time", "actual_change_completion_date": "date-time", "subject": "string", "priority": "string", "status": "string", "impact": "string", "urgency": "string", "parent_change_id": 0, "parent_display_id": "string", "parent_request_type": "string", "description": "string", "attachments": [0], "tags": [0], "workspace_id": 0, "assets": [0], "linked_requests": ["string"], "custom_fields": {}, "template_fields": {}, "notes": [{"user_id": 0, "description": "string", "mentions": ["\u2026"], "is_private": true, "source": "EMAIL", "type": "ESD_NOTE", "attachments": ["\u2026"]}], "conversation_info": {"channel_name": "string", "channel_id": "string", "start_timestamp": "unix-timestamp"}, "created_at": "date-time", "updated_at": "date-time", "external_id": "string", "external_source": "SAAS_GENIE", "external_system_entity_reference": {}}'