Authorization: ********************curl --location 'https://api.crol.mx/api/EscuelaPrivada/FacturarNotaVenta' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"formaId": 0,
"formaPagoId": 0,
"formasPago": [
{
"cuentaId": 0,
"descripcion": "string",
"formaId": 0,
"importe": 0,
"referencia": "string"
}
],
"transaccionIdNota": 0,
"usoCFDI": "str"
}'