curl --location -g --request PUT 'https://app.hustro.com/api/v2/project//company/' \
--header 'hustro-client: web' \
--header 'hustro-client-version: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"shortLabel": "Najnowsza firma",
"longLabel": "pełna najnowsza firma",
"taxNumber": "11",
"correspondenceAddress": {
"streetAndNumber": "73",
"postalCode": "nostrud in culpa cillum proident",
"country": "POL",
"city": "nisi dolor Ut anim minim"
},
"registeredOfficeAddress": {
"streetAndNumber": "22",
"postalCode": "dolore deserunt dolor esse incididunt",
"country": "POL",
"city": "sint officia elit incididunt mollit"
},
"phone": {
"country": "POL",
"number": "in ad dolore aute culpa"
},
"sites": [
"5e418553a6b2d2f0b3d04734"
],
"projectInvolvementType": "INVESTOR"
}'{
"contracts": [
"5e417e81cc65ea28d1ff0fac",
"6396dfeca92a10590a6ada9b"
],
"deleted": true,
"_id": "5f479169f7ef7fe33b3cca36",
"createdAt": "2020-12-01T11:32:01+01:00",
"createdBy": "5f479169f7ef7fe33b3cca36",
"modifiedAt": "2020-12-01T11:32:01+01:00",
"modifiedBy": "5f479169f7ef7fe33b3cca36",
"shortLabel": "string",
"longLabel": "string",
"taxNumber": "string",
"correspondenceAddress": {
"streetAndNumber": "string",
"postalCode": "string",
"country": "POL",
"city": "string"
},
"registeredOfficeAddress": {
"streetAndNumber": "string",
"postalCode": "string",
"country": "POL",
"city": "string"
},
"phone": {
"country": "POL",
"number": "string"
},
"sites": [
"5e417e81cc65ea28d1ff0fac",
"6396dfeca92a10590a6ada9b"
],
"projectInvolvementType": "SUBCONTRACTOR"
}