x-api-key: ********************curl --location --request GET 'https://online-banking.originalaccounts.com/customers//associated-persons' \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "ap_123",
"email": "person@company.com",
"first_name": "John",
"last_name": "Doe",
"has_ownership": true,
"has_control": false,
"is_signer": true,
"title": "CEO",
"attested_ownership_structure_at": "2023-01-01T00:00:00.000Z",
"relationship_established_at": "2022-01-01",
"created_at": 1672531200000,
"updated_at": 1672617600000
}
]
}