curl --location --request PUT 'https://demo.myshopify.com//admin/api//custom_collections/.json'
{
"custom_collection": {
"title": "IPods",
"handle": "ipods",
"body_html": "<p>The best selling ipod ever</p>",
"id": 841564295,
"updated_at": "2023-01-03T13:03:58-05:00",
"published_at": "2008-02-01T19:00:00-05:00",
"sort_order": "manual",
"template_suffix": null,
"published_scope": "web",
"admin_graphql_api_id": "gid://shopify/Collection/841564295",
"image": {
"created_at": "2023-01-03T12:56:35-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=1672768595"
}
}
}