Referência da APIClientes
Criar família (agrupamento de clientes)
AuthorizationBearer <token>
In: header
Path Parameters
orgstring
namestring
Length
2 <= lengthnote?string
Response Body
curl -X POST "https://api.databolsa.com/v1/advisor/orgs/string/families" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"id": "string",
"name": "string",
"note": "string",
"created_at": "string"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"code": "string"
}