ownership_percent across owners must not exceed 100%.Authorization: ********************curl --location '/v1/kyb/applications' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"company_name": "string",
"registration_number": "string",
"country": "st",
"business_type": "string",
"legal_address": {
"street": "string",
"city": "string",
"postal_code": "string",
"country": "st"
},
"beneficial_owners": [
{}
]
}'{
"application_id": "48ac72d0-a829-4896-a067-dcb1c2b0f30c",
"status": "string",
"next_step": "string"
}