curl --location -g --request GET 'https://api-sandbox.kycsolution.com/api/service/clients?id=5f87d422-b178-41fd-a8c4-b17003896e2a' \
--header 'X-API-Key: <api-key>'{
"result": {
"id": "5f87d422-b178-41fd-a8c4-b17003896e2a",
"type": 1,
"email": "client1@comp1.com",
"mobile": "+978338383883",
"external_id": "COMP_CLIENT_1",
"created_at": "2025-07-11T13:00:55.452Z",
"updated_at": "2025-07-11T13:00:55.452Z",
"person_details": {
"first_name": "CLIENT",
"middle_name": "",
"last_name": "KALE",
"dob": "1990-09-01",
"gender": 2,
"nationality": "IN",
"birth_country": "IN"
}
}
}