curl --location -g --request POST 'https://.coneix.com//Coneix2/api/v1/companies' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "New company",
"fiscal_name": "New company SL",
"tax_number": "taxnumber",
"relation_type": "customer",
"relation_subtype": "A+",
"sectors": "Despatx arquitectura,Enginyeria",
"address": "adress",
"postal_code": "08001",
"city": "Barcelona",
"province": "Barcelona",
"country": "ES", // https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes
"observations": "test observacions",
"language": "ca_ES" // es_ES, ca_ES
}'