curl --location --request POST 'https://api.crol.mx//api/SolicitudPagoV2/SolicitudPagoV1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"partidas": [
{
"idDocumentoRelacionado": 0,
"centrocostoId": 0,
"proyectoId": 0,
"conceptoId": 0,
"fechaDocumento": "string",
"importe": 0,
"IVA": 0,
"IEPS": 0,
"IVA_retenido": 0,
"ISR_retenido": 0,
"IEPS_retenido": 0,
"notas": "string",
"monedaIdDocumento": 0,
"tipocambioDocumento": 0,
"conceptoIdPadre": 0
}
],
"sucursalId": 0,
"centrocostoId": 0,
"proyectoId": 0,
"fecha": "string",
"cuentaId": 0,
"contactoId": 0,
"beneficiario": "string",
"referencia": "string",
"subtotal": 0,
"IVA": 0,
"IEPS": 0,
"IVA_retenido": 0,
"ISR_retenido": 0,
"IEPS_retenido": 0,
"total": 0,
"monedaId": 0,
"usuarioId": 0,
"notas": "string",
"beneficiarioId": 0,
"fechaPago": "string"
}'