curl --location --request GET '/api/services/app/WebhookSendAttempt/GetAllSendAttempts'
{
"totalCount": 0,
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"webhookEventId": "1b85486c-6e44-4342-8661-501302afe68c",
"webhookName": "string",
"data": "string",
"response": "string",
"responseStatusCode": 100,
"creationTime": "2019-08-24T14:15:22Z"
}
]
}