curl --location --request PATCH 'https://demo.preprod.crego.ai/flow/api/contacts//' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"contact_type": "string",
"status": "active",
"tags": [
"string"
],
"refs": {
"property1": "string",
"property2": "string"
},
"branch_code": "string",
"rm_code": "string"
}'{
"id": 0,
"name": "string",
"ref_id": "string",
"status": "active",
"contact_type": "string",
"tags": [
"string"
],
"refs": {
"property1": "string",
"property2": "string"
},
"namespace": 0,
"branch_code": "string",
"rm_code": "string",
"is_tenant": false,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}