Authorization: Bearer ********************curl --location '/api/v1/Voucher/Get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"voucherId": 0,
"number": 0,
"referenceNumber": 0,
"secondaryNumber": 0,
"state": 0,
"type": 0,
"fiscalYearRef": 0,
"issuerSystem": 0,
"description": "string",
"fromDate": "2019-08-24T14:15:22.123Z",
"toDate": "2019-08-24T14:15:22.123Z",
"search": "string",
"sortBy": "string",
"sortDesc": true,
"take": 0,
"skip": 0
}'