curl --location --request POST '/api/poliza/cargueMasivo' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"archivo": "string",
"nombre": "string",
"ruta": "string",
"rutaStorage": "string",
"idDocumento": 0,
"idEntidad": 0,
"size": 0,
"contentType": "string",
"url": "string"
}'
0