curl --location --request GET 'https://demo.myshopify.com//admin/api//smart_collections.json'
{
"smart_collections": [
{
"id": 1063001318,
"handle": "ipods-1",
"title": "IPods",
"updated_at": "2023-01-03T12:43:30-05:00",
"body_html": null,
"published_at": "2023-01-03T12:43:29-05:00",
"sort_order": "best-selling",
"template_suffix": null,
"disjunctive": false,
"rules": [
{
"column": "title",
"relation": "starts_with",
"condition": "iPod"
}
],
"published_scope": "web",
"admin_graphql_api_id": "gid://shopify/Collection/1063001318"
}
]
}