curl --request POST \
--url https://api.example.com/api/templates/business_ownership_control_verification/furnish \
--header 'Content-Type: application/json' \
--data '
{
"solo_furnisher_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"business_authority_determination_basis": "<string>",
"business_authorized_representatives_identified_count": 123,
"business_beneficial_owners_identified_count": 123,
"business_beneficial_ownership_determination_method": "<string>",
"business_control_determination_basis": "<string>",
"business_control_persons_identified_count": 123,
"business_jurisdiction_of_formation": "<string>",
"business_legal_name": "<string>",
"business_ownership_control_verification_overall_primary_source": "<string>",
"business_ownership_control_verification_overall_status": "<string>",
"business_ownership_control_verification_timestamp": "2023-11-07T05:31:56Z",
"business_registration_identifier_from_jurisdiction_of_formation": 123,
"business_cross_reference_id": "<string>",
"solo_federation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"business_beneficial_ownership_threshold_applied": "<string>",
"business_control_authority_evidence_reviewed_type": "<string>",
"business_ownership_evidence_reviewed_type": "<string>"
}
'