curl --location --request POST 'https://2e3e-2806-2f0-7420-fa6f-bc65-bc42-a43-ce7f.ngrok-free.app/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
}
]'
{}