curl --location --request PATCH '/customers/5938' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "Active",
"contact": {
"title": "Mr",
"firstName": "Bret test",
"lastName": "Hintz PP",
"telephone": "700.403.7658",
"mobile": "(710) 12345",
"email": "PP@yahoo.com"
},
"addressLine1": "619 W Main",
"addressLine2": "Suite 106",
"addressLine3": "velit cupidatat cillum",
"town": "West Markstead",
"provinceID": 14,
"postcode": "87241-5785",
"accountingSystemReference": "4bbf695b-1444-4a9e-a048-1bcebdd52ca9f4",
"vacant": "Yes",
"advertisingID": 1,
"buildingTypeID": 1,
"priceBookID": 2,
"creditorsDayID": 1177590517554616,
"hasAfterSalesCareBeenTurnedOn": true
}'