curl --location --request PUT 'https://2e3e-2806-2f0-7420-fa6f-bc65-bc42-a43-ce7f.ngrok-free.app/shopify/customers/8196304830539' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "AngeloEdited",
"last_name": "Lunaedited",
"email": "angelo@example.com",
"phone": "+573001112233"
}'
{}