curl --location --request POST 'https://api-sandbox.kycsolution.com/api/service/documents' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"client": "5f87d422-b178-41fd-a8c4-b17003896e2a",
"type": 1,
// "document_number": "799292", //optional
"classification": 1,
"issuing_country": "US"
}'{
"result": {
"type": 3,
"document_number": "799292",
"classification": 1,
"issuing_country": "GB",
"client": {
"id": "a6c82b30-aafc-4c5e-bbb0-811c983c7fb0"
},
"company": {
"id": 1
},
"id": "ed33a5d3-9f12-4219-8ba0-ebde221eec0d",
"created_at": "2025-06-12T14:33:41.484Z",
"updated_at": "2025-06-12T14:33:41.484Z",
"deleted_at": null
}
}