true: The document passed validation and has been submitted for processing.false: The document or request failed to meet the required format or operational context (e.g., wrong country, invalid file size).curl --location '/onboarding/v1/submerchants/files' \
--header 'X-Api-Key;' \
--header 'Content-Type: application/json' \
--data '{
"submerchantId": "1882e596-4213-4cab-88c9-9621dd4e2ba4",
"webhookUrl": "https://webhook.site/74a8a000-9400-4f57-b49c-269c3761c7fc",
"document": {
"name": "LEGAL_REPRESENTATIVE_ID.pdf",
"type": "LEGAL_REPRESENTATIVE_ID",
"file": ""
}
}'{
"result": true
}