curl --location --request POST 'https://shopify-mistica.onrender.com/shopify//fulfill' \
--header 'Content-Type: application/json' \
--data-raw '{
"location_id": 873183927391,
"line_items": [
{
"id": 1234567890,
"quantity": 1
}
]
}'{}