curl --location --request POST 'https://backend.verifix.itsecnow.com/v1/api/aml-screening' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"full_name": "Omri Michael Ben Canaan"
}'
{
"request_id": "ca72ddcf-87d6-4fbc-9073-599e40b33b2d",
"aml": {
"status": "Approved",
"total_hits": 0,
"hits": [],
"score": 0,
"screened_data": {
"full_name": "Omri Michael Ben Canaan",
"date_of_birth": null,
"nationality": null,
"document_number": null
},
"warnings": []
},
"created_at": "2025-07-21T11:49:03.040996+00:00"
}