curl --location '/api/GetQuotationQuotationItemByQuotationRef' \
--header 'Content-Type: application/json' \
--data '{
"token": "string",
"invoiceRef": 0,
"quotationRef": 0,
"customerRef": 0,
"customerCode": "string",
"fiscalYearRef": 0,
"closed": 0,
"number": 0,
"saleTypeRef": 0,
"limited": 0,
"skip": 0,
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z"
}'