curl --location --request GET 'https://api.sanctions.tr/public/search?name&type&gender&birthDate&nationality&country&identifier&page&pageSize' \
--header 'x-api-key: <api-key>'{
"total": 0,
"page": 0,
"pageSize": 0,
"results": [
{
"entity": {
"entityId": "string",
"type": "string",
"primaryName": "string",
"names": [
"string"
],
"gender": "string",
"birthDates": [
"string"
],
"birthPlaces": [
"string"
],
"nationalities": [
"string"
],
"countries": [
"string"
],
"pep": true
},
"sanctions": [
{
"source": "string",
"program": "string",
"regime": "string",
"measures": [
"string"
],
"listedAt": "2019-08-24T14:15:22.123Z",
"modifiedAt": "2019-08-24T14:15:22.123Z",
"referenceId": "string"
}
],
"aliases": [
{
"entityId": "string",
"name": "string",
"quality": "string"
}
],
"addresses": [
{
"entityId": "string",
"address": "string",
"city": "string",
"country": "string",
"region": "string",
"postalCode": "string"
}
],
"identifiers": [
{
"entityId": "string",
"type": "string",
"value": "string",
"country": "string"
}
],
"score": 0,
"matchedFields": [
"string"
]
}
],
"meta": {
"institutionId": "string",
"apiKeyId": "string"
}
}