{
  "message": "Empresa encontrada com sucesso.",
  "data": {
    "id": "XXX",
    "userId": "XXX",
    "legalName": "XXX",
    "blocked": false,
    "invoiceDescriptor": "XXX",
    "commercialName": "XXX",
    "createdAt": "2025-03-26T21:51:27.952Z",
    "uploadedDocuments": true,
    "user": {
      "id": "XXX",
      "email": "XXX@email.com",
      "phone": null,
      "name": "XXX",
      "isAdmin": false,
      "isMaster": false,
      "createdAt": "2025-02-13T18:40:19.352Z"
    },
    "document": {
      "number": "00000000000000"
    },
    "permissions": {
      "id": "XXX",
      "companyId": "XXX",
      "isCreditCardAvailable": true,
      "isBoletoAvailable": true,
      "isPixAvailable": true,
      "transferEnabled": true,
      "transferPriceCents": 0,
      "anticipationEnabled": false,
      "anticipatableVolumePercentage": 0,
      "anticipationPricePercent": 0,
      "minAnticipatableDays": 0,
      "isCashoutAvailable": false,
      "cashoutPriceCents": 0,
      "cashoutPricePercent": 0
    },
    "details": {
      "id": "XXX",
      "averageRevenue": 0,
      "averageTicket": 0,
      "physicalProducts": false,
      "productsDescription": "XXX",
      "siteUrl": "https://XXX.com",
      "phone": "00000000000",
      "email": "XXX@email.com",
      "createdAt": "2025-03-26T21:51:27.952Z"
    },
    "legalRepresentative": {
      "name": "XXX",
      "phone": "(00) 00000-0000",
      "motherName": "XXX",
      "birthdate": "1992-03-26T21:58:50.968Z",
      "createdAt": "2025-03-26T21:51:27.952Z",
      "document": {
        "number": "000.000.000-00"
      }
    },
    "socialContract": "https://XXX.com/Contrato.jpg",
    "partnerDocument": "https://XXX.com/Socio.jpg",
    "address": {
      "street": "XXX",
      "streetNumber": "0",
      "complement": null,
      "zipCode": "00000-000",
      "neighborhood": "XXX",
      "city": "XXX",
      "state": "XX"
    },
    "revenue": {
      "totalAmount": 0,
      "totalCount": 0,
      "cardAmount": 0,
      "cardCount": 0,
      "pixAmount": 0,
      "pixCount": 0,
      "boletoAmount": 0,
      "boletoCount": 0,
      "chargebackAmount": 0,
      "chargebackCount": 0,
      "refundAmount": 0,
      "refundCount": 0,
      "createdAt": "2025-03-26T21:51:27.952Z"
    },
    "defaultRecipient": {
      "legalName": "XXX",
      "document": {
        "number": "00000000000000"
      },
      "transferSettings": {
        "transferEnabled": true,
        "automaticAnticipationEnabled": false,
        "anticipatableVolumePercentage": 0
      },
      "balance": {
        "available": 0,
        "updatedAt": "2025-03-26T21:51:28.247Z"
      }
    }
  },
  "status": 201,
  "error": null
}