curl --location --request POST 'https://online-banking.originalaccounts.com/v3/entities/representatives/update' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"entity_id": "string",
"representative_id": "string",
"representative": {
"first_name": "string",
"last_name": "string",
"is_signer": true,
"date_of_birth": "string",
"residential_address": "string",
"residential_address2": "string",
"residential_city": "string",
"residential_state_province_region": "string",
"residential_postal_code": "string",
"residential_country": "string",
"citizenship": "string",
"responsibility": "string",
"ownership_percentage": 0,
"email": "string",
"phone": "string",
"job_title": "string",
"passport_number": "string"
}
}'