Authorization: ********************curl --location --request GET 'https://api-homolog.docsend.com.br/api/v1/dashboard/automacoes/taxa-sucesso?tenantId&dataInicio&dataFim' \
--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
}
]
}