curl --location --request PUT 'https://sandbox-ledger.fingates.net/api/v1/agents/customers//directors/' \
--header 'Content-Type: application/json' \
--data-raw '{
"person": {
"extra": {
"property1": "string",
"property2": "string"
},
"email": "user@example.com",
"phone_number": {
"country_code": "GB",
"dial_code": "string",
"number": "string",
"phone_number_text": "string",
"phone": "string"
},
"name": "string",
"date_of_birth": "string",
"country_of_residence": "GB",
"country_of_nationality": "GB",
"social_security_number": "string",
"identity_number": "string",
"identity_number_type": "PASSPORT",
"nationalities": [
"GB"
]
},
"date_of_appointment": "string"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"person": {
"extra": {
"property1": "string",
"property2": "string"
},
"email": "user@example.com",
"phone_number": {
"country_code": "GB",
"dial_code": "string",
"number": "string",
"phone_number_text": "string",
"phone": "string"
},
"name": "string",
"date_of_birth": "string",
"country_of_residence": "GB",
"country_of_nationality": "GB",
"social_security_number": "string",
"identity_number": "string",
"identity_number_type": "PASSPORT",
"nationalities": [
"GB"
]
},
"date_of_appointment": "string"
}