curl --location --globoff 'https://.coneix.com//Coneix2/api/v1/people/14101' \
--header 'x-api-key: <api-key>'{
"status": "success",
"data": {
"id": 14101,
"firstname": "Test",
"lastname": "Test",
"email": "proposta@coneix.com",
"observations": "",
"language": "",
"related_companies": [
{
"company_id": 2,
"name": "Test Company",
"observations_company_relation": ""
}
],
"phone_numbers": [
{
"number": "YYYYYYYYY",
"description": "Treball"
}
],
"other_emails": [
{
"email": "test@test.com",
"type": 1,
"type_name": "Professional"
}
]
}
}