curl --location --request GET '/api/services/app/WebhookSendAttempt/GetAllSendAttemptsOfWebhookEvent'
{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"webhookUri": "string",
"webhookSubscriptionId": "f1eae679-e122-4845-b6a3-e00966af3f7e",
"response": "string",
"responseStatusCode": 100,
"creationTime": "2019-08-24T14:15:22Z",
"lastModificationTime": "2019-08-24T14:15:22Z"
}
]
}