curl --location --request PUT 'https://online-banking.originalaccounts.com/customers//associated-persons/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "string",
"middle_name": "string",
"last_name": "string",
"transliterated_first_name": "string",
"transliterated_middle_name": "string",
"transliterated_last_name": "string",
"email": "string",
"phone": "string",
"residential_address": {
"street_line_1": "string",
"street_line_2": "string",
"city": "string",
"state": "string",
"postal_code": "string",
"country": "string"
},
"transliterated_residential_address": {
"street_line_1": "string",
"street_line_2": "string",
"city": "string",
"state": "string",
"postal_code": "string",
"country": "string"
},
"birth_date": "stringstri",
"has_ownership": true,
"has_control": true,
"is_signer": true,
"is_director": true,
"title": "string",
"ownership_percentage": 0,
"attested_ownership_structure_at": "string",
"relationship_established_at": "string",
"verified_selfie_at": "string",
"completed_customer_safety_check_at": "string",
"identifying_information": [
{}
],
"documents": [
{}
]
}'