Authorization: ********************curl --location --request POST 'https://api.edonusum.muhasip.pro/eledger/Documents/Schematron' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"Period": "string",
"Year": "string"
}'{
"IsValid": true,
"Errors": [
{
"ValidationType": "Schema",
"FileName": "string",
"FileType": "string",
"Error": {
"lineNumber": 0,
"columnNumber": 0,
"errorMessage": "string"
}
}
]
}