curl --location '/people' \
--header 'Content-Type: application/json' \
--data '{
"kind": "Person",
"identificationType": "13",
"identification": "string",
"identificationCheck": "string",
"firstName": "string",
"secondName": "string",
"firstSurname": "string",
"secondSurname": "string",
"companyName": "string",
"phoneMobile": "string",
"phoneWork": "string",
"isCustomer": false,
"isSupplier": false,
"isEmployee": false,
"isSeller": false,
"emails": [
{
"email": "string",
"isMain": false
}
],
"relatedContacts": [
"string"
],
"addresses": [
{
"name": "string",
"address": "string",
"countryCode": "string",
"region": "string",
"city": "string",
"postalCode": "string",
"neighborhood": "string",
"phone": "string",
"isForBilling": true,
"isForShipping": true,
"isDefault": true
}
]
}'