Authorization: Bearer ********************
curl --location --request POST 'https://api.klever.tec.br/api/v2/ondemand/companies//relationships'
{
"cnpj": "string",
"created": "2019-08-24T14:15:22Z",
"currentRelationships": [
{
"cpf": "string",
"description": "string",
"name": "string"
}
],
"familyCompany": true,
"familyOperated": true,
"historicalRelationships": [
{
"cpf": "string",
"description": "string",
"name": "string"
}
],
"id": "string",
"relationships": [
{
"cpf": "string",
"description": "string",
"name": "string"
}
],
"total": 0,
"totalEmployees": 0,
"totalOwner": 0
}