curl --location --request GET 'https://api.sanctions.tr/api/customers?page&pageSize&search&nationalId&passportNo' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"page": 0,
"pageSize": 0,
"results": [
{
"fullName": "string",
"firstName": "string",
"lastName": "string",
"nationalId": "string",
"passportNo": "string",
"birthDate": "2019-08-24",
"birthCountry": "string",
"nationality": "string",
"phone": "string",
"email": "user@example.com",
"address": "string",
"id": "string",
"riskScore": 0,
"lastScreenedAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}