curl -L \
--request POST \
--url '/eledger/Uploads/Base64String' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"Base64String": "text",
"StartDate": "2025-04-03T03:10:56.212Z",
"EndDate": "2025-04-03T03:10:56.212Z",
"IsEmptyLedger": true,
"ErpID": 1
}'