curl --location 'https://api.hashpay.me/v1/organizations//audit-logs?action=&createdAfter=&createdBefore=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"actorType": "user",
"actorId": "string",
"action": "string",
"resourceType": "string",
"resourceId": "string",
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"nextCursor": "string",
"hasMore": true
}