Authorization: Bearer ********************curl --location '/api/v1/InventoryDelivery/Get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"inventoryDeliveryID": 0,
"isReturn": false,
"type": 1,
"stockRef": 0,
"receiverDLRef": 0,
"number": 0,
"destinationStockRef": 0,
"baseInvoiceItem": 0,
"baseInventoryDeliveryItem": 0,
"baseReturnedInvoiceItem": 0,
"quotationItemRef": 0,
"itemRef": 0,
"sortBy": "string",
"sortDesc": true,
"take": 10,
"skip": 0
}'