curl --location --request GET 'https://api.sanctions.tr/api/api-key-logs/' \
--header 'Authorization: Bearer <token>'{
"_id": "string",
"institutionId": "string",
"apiKeyId": "string",
"keyHash": "string",
"success": true,
"errorType": "missing_key",
"errorMessage": "string",
"requestPath": "string",
"requestMethod": "string",
"origin": "string",
"referer": "string",
"userAgent": "string",
"ip": "string",
"responseTime": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}