curl --location --request GET 'https://app.hustro.com/api/v2/project//company' \
--header 'hustro-client: m2m' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"companies": [
{
"_id": "string",
"deleted": true,
"createdAt": "string",
"createdBy": "string",
"modifiedAt": "string",
"modifiedBy": "string",
"shortLabel": "string",
"longLabel": "string",
"taxNumber": "string",
"sites": [
"string"
],
"projectInvolvementType": "string",
"contracts": [
"string"
],
"correspondenceAddress": {
"country": "string",
"postalCode": "string",
"streetAndNumber": "string",
"city": "string"
},
"registeredOfficeAddress": {
"country": "string",
"postalCode": "string",
"streetAndNumber": "string",
"city": "string"
},
"phone": {
"country": "string",
"number": "string"
}
}
],
"syncKey": "string"
}