curl --request POST \
--url https://api.txcloud.io/v1/kyb/documents/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"document": {
"type": "<string>",
"file": "aSDinaTvuI8gbWludGxpZnk=",
"country": "<string>"
},
"company": {
"name": "<string>",
"registration_number": "<string>"
},
"checks": [
"<string>"
]
}
'