Authorization: ********************curl --location --request POST 'https://api.edonusum.muhasip.pro/eledger/Uploads/Base64String' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"Base64String": "string",
"StartDate": "2019-08-24T14:15:22.123Z",
"EndDate": "2019-08-24T14:15:22.123Z",
"IsEmptyLedger": true,
"IsLiquidationFinalLedger": true,
"ErpID": 0
}'true