curl --location 'https://api.dentalgold.com.br/v1/comercial/empresa' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cnpj": "43249657000108",
"nome_fantasia": "AG Sports",
"razao_social": "Aline e Gabrielly Esportes ME",
"responsavel": {
"nome": "Aine Jennifer Maya Duarte",
"cpf": "97167258504"
},
"assinatura": "2025-08-26",
"vencimento": 5,
"endereco": {
"cep": "11250970",
"logradouro": "Rua Dezenove de Maio",
"numero": "651",
"complemento": "PISO 1 - LOJA 12",
"bairro": "Centro",
"municipio": "Bertioga",
"uf": "SP"
},
"telefone": "1327875488",
"email": "financeiro@alineegabriellyesportesme.com.br",
"vendedor_id": 40715605
}'