curl --location --request POST 'https://2e3e-2806-2f0-7420-fa6f-bc65-bc42-a43-ce7f.ngrok-free.app/shopify//fulfill' \
--header 'Content-Type: application/json' \
--data-raw '{
"location_id": 873183927391,
"line_items": [
{
"id": 1234567890,
"quantity": 1
}
]
}'
{}