Authorization: Bearer ********************{
"id": 0,
"notes": "string",
"trustGroupId": 0,
"legalEntityId": 0,
"candidateId": 0,
"status": 0,
"updatedDate": "2019-08-24T14:15:22.123Z",
"renewalDate": "2019-08-24T14:15:22.123Z",
"dateJoined": "2019-08-24T14:15:22.123Z",
"cancellationRequested": "2019-08-24T14:15:22.123Z",
"aquisitionSource": "string",
"cancelledDate": "2019-08-24T14:15:22.123Z",
"legalEntityConnectedToId": 0,
"parentStatus": 0,
"parentRenewalDate": "2019-08-24T14:15:22.123Z",
"rollbackDate": "2019-08-24T14:15:22.123Z",
"renewalStatus": 0,
"expiryDate": "2019-08-24T14:15:22.123Z",
"parentExpiryDate": "2019-08-24T14:15:22.123Z"
}curl --location --request POST 'https://your-api-server.com' \
--header 'Webhook-Header;' \
--header 'Webhook-Verb: trustGroups.MemberUpdated' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"notes": "string",
"trustGroupId": 0,
"legalEntityId": 0,
"candidateId": 0,
"status": 0,
"updatedDate": "2019-08-24T14:15:22.123Z",
"renewalDate": "2019-08-24T14:15:22.123Z",
"dateJoined": "2019-08-24T14:15:22.123Z",
"cancellationRequested": "2019-08-24T14:15:22.123Z",
"aquisitionSource": "string",
"cancelledDate": "2019-08-24T14:15:22.123Z",
"legalEntityConnectedToId": 0,
"parentStatus": 0,
"parentRenewalDate": "2019-08-24T14:15:22.123Z",
"rollbackDate": "2019-08-24T14:15:22.123Z",
"renewalStatus": 0,
"expiryDate": "2019-08-24T14:15:22.123Z",
"parentExpiryDate": "2019-08-24T14:15:22.123Z"
}'{}