curl --location --request POST 'https://api.sign.supersign.com.br/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:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}