curl --location --request POST 'https://acesso.evolutto.com.br/api/v1/empresas' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"razao": "string",
"fantasia": "string",
"extra_info": {
"organizacao_vincular": "string"
}
}'{
"data": "string"
}