ativo=false
{id}
empresas_relacionadas
:id
POST /empresa-relacionadas
curl --location --request PATCH '/api/v2/empresa-relacionadas/6/inactivate' \ --header 'api-key: {{api-key}}'
{ok, data}
updated_by
200
{ "ok": true, "data": { "id": 9, "id_empresa_principal": 4, "id_empresa_relacionada": 2, "tipo_de_relacionamento": "filial", "ativo": false, "created_by": 9800, "updated_by": 9800 } }