Creates or updates the webhook profile for the current tenantput https://example.com/webhook/v1/profileUse the /profile end-point to save the webhook profile within the database. This will overwrite any existing webhook profile. Sample Webhook Payload (sent to specified URLs) { "event":"created" "timestamp": "2018-09-03T01:48:15.921Z" "doc" : { ... } } User roles: admin