curl -X POST 'https://api.sandbox.monite.com/v1/entities/{entity_id}/persons' \
-H 'X-Monite-Version: 2024-01-31' \
-H 'Authorization: Bearer ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"address": {
"country": "DE",
"line1": "Flughafenstrasse 52",
"line2": "Additional information",
"postal_code": "10115",
"city": "Berlin",
"state": "BE"
},
"date_of_birth": "1993-03-14",
"first_name": "Mary",
"last_name": "O\'Brien",
"email": "user@example.com",
"phone": "+4903023125000",
"relationship": {
"title": "CEO",
"representative": false,
"executive": true,
"director": false,
"owner": false,
"percent_ownership": 10
},
"id_number": "NL000099998B57",
"ssn_last_4": "0001"
}'