curl --location --request GET '/v2/webhooks/' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"accountId": "string",
"url": "string",
"events": [
"ENVELOPE_COMPLETED"
],
"isActive": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]