curl --location --request GET 'https://demo.preprod.crego.ai/flow/api/contacts/' \
--header 'Authorization: Basic <encoded-value>'{
"count": 0,
"next": "string",
"previous": "string",
"results": [
{
"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"
}
]
}