Authorization: ********************curl --location 'https://api-homolog.docsend.com.br/api/v1/dashboard/automacoes/taxa-sucesso?tenantId=undefined&dataInicio=undefined&dataFim=undefined' \
--header 'Authorization: Bearer <token>'{
"taxaSucessoGeral": 0,
"totalExecucoes": 0,
"execucoesSucesso": 0,
"execucoesErro": 0,
"execucoesPendente": 0,
"porAutomacao": [
{
"automacaoId": 0,
"automacaoNome": "string",
"taxaSucesso": 0,
"totalExecucoes": 0,
"execucoesSucesso": 0,
"execucoesErro": 0
}
]
}