curl --location '//integrations/woocommerce/webhook/' \ --header 'Content-Type: application/json' \ --data '{ "property1": "string", "property2": "string" }'
{ "ok": true }