curl --location --request PATCH '/companies/1211' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": "Active",
"companyName": "test",
"addressLine1": "Address 08-05-26 1644",
"addressLine2": "Suite 833",
"addressLine3": "amet do",
"town": "Bartoletticester",
"provinceID": 1,
"postcode": "38085",
"accountingSystemReference": "604f2b05-713c-4d34-a424-71182dc221d6",
"vacant": "No",
"advertisingID": 1,
"buildingTypeID": 12,
"priceBookID": 1,
"creditorsDayID": 1,
"hasAfterSalesCareBeenTurnedOn": false
}'