curl --location --request GET 'https://partners.kapitale.com.br/v1/company/cnpj/12345678000190' \
--header 'Authorization: Bearer <token>'{
"name": "Retail Company LTDA",
"retail_representative": "John Smith",
"email": "contact@retail.com",
"phone": "11987654321",
"address": "Main Street",
"number": "123",
"neighborhood": "Downtown",
"city": "SΓ£o Paulo",
"state": "SP",
"complement": "Room 45",
"zip_code": "01310-100",
"registered_retail": true
}