curl --location --request POST '/v2/webhooks/' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "http://example.com",
"events": [
"ENVELOPE_COMPLETED"
],
"isActive": true
}'{
"id": "string",
"url": "string",
"events": [
"ENVELOPE_COMPLETED"
],
"isActive": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}