curl --location --globoff 'https://.coneix.com//Coneix2/api/v1/people?company_id=&page_number=1&page_size=10' \
--header 'x-api-key: <api-key>'{
"status": "success",
"pagination": {
"total_records": 1,
"total_pages": 1,
"current_page": 1,
"page_size": 10,
"has_next_page": true,
"has_previous_page": false
},
"data": [
{
"id": 1,
"firstname": "Test",
"lastname": "Test",
"email": "proposta@coneix.com",
"observations": "",
"related_companies": [],
"phone_numbers": [
{
"number": "YYYYYYYYY",
"type": 2,
"type_name": "Particular"
}
]
}
]
}