{
"id": 0,
"notes": "string",
"trustGroupId": 0,
"legalEntityId": 0,
"candidateId": 0,
"status": 0,
"updatedDate": "string",
"renewalDate": "string",
"dateJoined": "string",
"cancellationRequested": "string",
"aquisitionSource": "string",
"cancelledDate": "string",
"legalEntityConnectedToId": 0,
"parentStatus": 0,
"parentRenewalDate": "string",
"rollbackDate": "string",
"renewalStatus": 0,
"expiryDate": "string",
"parentExpiryDate": "string"
}curl --location --request PUT 'https://api.tahdah.me/trustgroups/webhooks' \
--header 'Webhook-Header;' \
--header 'Webhook-Verb;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"notes": "string",
"trustGroupId": 0,
"legalEntityId": 0,
"candidateId": 0,
"status": 0,
"updatedDate": "string",
"renewalDate": "string",
"dateJoined": "string",
"cancellationRequested": "string",
"aquisitionSource": "string",
"cancelledDate": "string",
"legalEntityConnectedToId": 0,
"parentStatus": 0,
"parentRenewalDate": "string",
"rollbackDate": "string",
"renewalStatus": 0,
"expiryDate": "string",
"parentExpiryDate": "string"
}'{}