curl --location '/api/v1/Payment/Get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"paymentHeaderId": 0,
"number": 0,
"dlRef": 0,
"currencyRef": 0,
"fiscalYearRef": 0,
"type": 0,
"state": 0,
"itemType": 0,
"cashRef": 0,
"accountSlRef": 0,
"voucherRef": 0,
"receiptHeaderRef": 0,
"creatorForm": "string",
"search": "string",
"fromDate": "2019-08-24T14:15:22.123Z",
"toDate": "2019-08-24T14:15:22.123Z",
"sortBy": "string",
"sortDesc": true,
"take": 0,
"skip": 0
}'