curl --location --request POST '/webhooks/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"events": [
"order.created",
"order.updated",
"payment.*"
],
"url": "https://example.com/webhook"
}'{
"property1": "string",
"property2": "string"
}