curl --location --request PUT 'https://demo.myshopify.com//admin/api//marketing_events/.json'
{
"marketing_event": {
"started_at": "2023-02-01T19:00:00-05:00",
"ended_at": "2023-02-02T19:00:00-05:00",
"scheduled_to_end_at": "2023-02-03T19:00:00-05:00",
"remote_id": "1000:2000",
"currency": "CAD",
"budget": "11.1",
"budget_type": "daily",
"id": 998730532,
"event_type": "post",
"manage_url": null,
"preview_url": null,
"utm_campaign": "1234567890",
"utm_source": "facebook",
"utm_medium": "facebook-post",
"description": null,
"marketing_channel": "social",
"paid": false,
"referring_domain": "facebook.com",
"breadcrumb_id": null,
"marketing_activity_id": null,
"admin_graphql_api_id": "gid://shopify/MarketingEvent/998730532",
"marketed_resources": []
}
}