curl --location --request POST 'https://shopify-mistica.onrender.com/shopify/inventory/bulk-update' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"inventory_item_id": 43606849355851,
"location_id": 87654321,
"available": 12
},
{
"inventory_item_id": 43606849388619,
"location_id": 87654321,
"available": 3
},
{
"inventory_item_id": 43606849421387,
"location_id": 87654321,
"available": 0
}
]'{}