curl --location --request PUT '/me/empresa/6fc15010-97ba-11ea-a50d-3dcbd2da5f21' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nome_fantasia": "string",
"razao_social": "string",
"cnpj": "string",
"ramo_atividade_id": "24e3fcdc-1fa3-464c-a68a-12e43096fd4e",
"cep": "string",
"endereco": "string",
"numero": "string",
"complemento": "string",
"bairro": "string",
"cidade": "string",
"uf": "string",
"contato": "string",
"telefone": "string",
"email": "user@example.com"
}'