{
"name": "string",
"target_url": "string",
"events": [
"string"
],
"secret": "string",
"active": true,
"include_customers_events": false
}
curl --location --request PUT '/v2/webhooks/hooks/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"target_url": "string",
"events": [
"string"
],
"secret": "string",
"active": true,
"include_customers_events": false
}'