curl --location 'https://api.sanctions.tr/api/search-logs?page=undefined&pageSize=undefined&searchType=undefined&hasMatch=undefined&apiKeyId=undefined&userId=undefined' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"_id": "string",
"institutionId": "string",
"apiKeyId": "string",
"userId": "string",
"searchType": "public",
"query": {
"name": "string",
"type": "person",
"gender": "string",
"birthDate": "2019-08-24",
"nationality": "string",
"country": "string",
"identifier": "string",
"identifiers": [
{
"type": "string",
"value": "string"
}
],
"page": 1,
"pageSize": 1
},
"resultCount": 0,
"hasMatch": true,
"userAgent": "string",
"ip": "string",
"responseTime": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"page": 0,
"pageSize": 0,
"total": 0,
"totalPages": 0
}
}