Authorization: Bearer ********************curl --location '/api/v1/Item/Get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"itemID": 0,
"type": 1,
"code": "",
"title": "",
"barCode": "",
"unitRef": 0,
"sellable": true,
"stockRef": 0,
"purchaseGroupRef": 0,
"saleGroupRef": 0,
"saleTypeRef": 0,
"isActive": true,
"query": "ItemStockPrice",
"sortBy": "string",
"sortDesc": true,
"take": 10,
"skip": 0
}'