Authorization: Bearer ********************
{ "contact": "string", "type": "father", "related_contact": "string" }
curl --location -g --request PATCH 'https://preprod.api.crego.io/contacts/relations/{{contact_relation_id}}/' \ --header 'Content-Type: application/json' \ --data-raw '{ "contact": "string", "type": "father", "related_contact": "string" }'
{ "id": "string", "tenant_id": "string", "created_by": "string", "updated_by": "string", "created_at": "string", "updated_at": "string", "type": "string", "tags": [ "string" ], "refs": {}, "contact": "string", "related_contact": "string", "props": [ "string" ] }