curl --location '/consultar/' \
--header 'Authorization: Basic <encoded-value>'{
"return": {
"identificador": "",
"titulos": [
{
"nomeCedente": "",
"cpfCnpjCedente": "",
"nomeSacado": "",
"cpfCnpjSacado": "",
"numeroTitulo": "",
"valorTitulo": 0,
"dataEmissaoTitulo": "",
"dataVencimentoTitulo": "",
"registro": {
"id": "",
"evento": "",
"retorno": ""
},
"valorNotaFiscal": 0,
"serieNotaFiscal": 0,
"numeroNotaFiscal": 0
}
]
},
"success": true
}