curl --location -g --request GET '.coneix.com//Coneix2/api/v1/companies?page_number=1&search=coneixos' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json'{
"status": "success",
"pagination": {
"total_records": 1,
"total_pages": 1,
"current_page": 1,
"page_size": 10,
"has_next_page": false,
"has_previous_page": false
},
"data": [
{
"id": 338,
"name": "1657 - CONEIX",
"fiscal_name": "Coneix Project Management SL",
"nif": "B63735922"
}
]
}