curl --location --request GET '/api/firmaCertificado/'
[
{
"idFirmasCertificado": 0,
"idEmpresa": 0,
"idFormato": 0,
"estadoRegistro": "string",
"nombreFormato": "string",
"nombreEmpresa": "string",
"numeroFirma": 0,
"firmasUsuarios": [
{
"idFirmasCertificadoUsuarioFirma": 0,
"idFirmasCertificado": 0,
"idUsuario": 0,
"estadoRegistro": "string",
"ruta": "string",
"nombreArchivo": "string",
"nombreUsuario": "string",
"fechaIngresado": "2019-08-24T14:15:22Z"
}
]
}
]