curl --location 'https://api.hashpay.me/v1/admin/operations/webhooks?limit=&cursor=&status=&organizationId=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"status": "pending",
"attemptCount": 0,
"eventType": "string",
"eventId": "string",
"endpointId": "string",
"responseStatus": 0,
"nextAttemptAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"organizationId": "string",
"organizationName": "string"
}
],
"nextCursor": "string",
"hasMore": true
}