curl --location --request POST 'https://demo.myshopify.com//admin/api//smart_collections.json'
{
"smart_collection": {
"id": 1063001315,
"handle": "macbooks",
"title": "Macbooks",
"updated_at": "2023-01-03T12:43:20-05:00",
"body_html": null,
"published_at": "2023-01-03T12:43:20-05:00",
"sort_order": "best-selling",
"template_suffix": null,
"disjunctive": false,
"rules": [
{
"column": "vendor",
"relation": "equals",
"condition": "Apple"
}
],
"published_scope": "web",
"admin_graphql_api_id": "gid://shopify/Collection/1063001315",
"image": {
"created_at": "2023-01-03T12:43:20-05:00",
"alt": "iPod",
"width": 1,
"height": 1,
"src": "https://cdn.shopify.com/s/files/1/0005/4838/0009/collections/df3e567d6f16d040326c7a0ea29a4f41.gif?v=1672767800"
}
}
}