Authorization: ********************curl --location --request POST '/api/webhook//addgroup' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"group": "CONTRACT_AFTER_INSERT"
}'{
"id": "f1f08d72-1bda-4f55-978f-7f7135e60d76",
"name": "Notify admin",
"target": "http://system.notificate.net/notifyadmin",
"email": "report.fail@mydomain.net",
"body_content": null,
"log_enabled": true,
"groups": [
"CONTRACT_AFTER_INSERT"
],
"status": true
}