curl --location --request GET '/items?offset=0&limit=10' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"Id": 0,
"Category": "string",
"Item": "string",
"Item1": null,
"UOM": "string",
"UomId": 0,
"MRP": 0,
"SaleRate": 0,
"BrandId": 0,
"TaxId": 0,
"CessId": 0,
"Type": 0,
"ImageId": "string",
"Stock": 0,
"ModifierIds": "string",
"Variants": [
"string"
],
"Modifiers": [
{
"Id": 0,
"ModifierId": 0,
"ModifierGroup": "string",
"Modifier": "string",
"Cost": 0,
"Rate": 0,
"Checked": 0
}
]
}
],
"info": {
"count": 0,
"limit": 0,
"offset": 0,
"total": 0
}
}