curl --location --request PUT 'https://demo.myshopify.com//admin/api//smart_collections/.json'{
    "smart_collection": {
        "title": "Smart iPods",
        "handle": "smart-ipods",
        "body_html": "<p>The best selling ipod ever</p>",
        "id": 482865238,
        "published_at": null,
        "updated_at": "2023-01-03T12:43:43-05:00",
        "sort_order": "manual",
        "template_suffix": null,
        "disjunctive": false,
        "rules": [
            {
                "column": "type",
                "relation": "equals",
                "condition": "Cult Products"
            }
        ],
        "published_scope": "web",
        "admin_graphql_api_id": "gid://shopify/Collection/482865238",
        "image": {
            "created_at": "2023-01-03T12:21:36-05:00",
            "alt": "MP3 Player 8gb",
            "width": 123,
            "height": 456,
            "src": "https://cdn.shopify.com/s/files/1/0005/4838/0009/collections/ipod_nano_8gb.jpg?v=1672766496"
        }
    }
}