curl --location 'https://api.crol.mx/api/NotaDevolucion/NotaDevolucionCliente' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"encabezado": {
"transaccionIdVenta": 0,
"fecha": "string",
"impuestoId": 0,
"subtotal": 0,
"impuesto1": 0,
"impuesto3": 0,
"total": 0
},
"detalle": [
{
"consecutivo": 0,
"conceptoId": 0,
"umId": 0,
"cantidad": 0,
"precioUnitario": 0,
"impuestoId1": 0,
"impuestoId3": 0,
"subtotal": 0,
"impuesto1": 0,
"impuesto3": 0,
"total": 0
}
]
}'