Authorization: Bearer ********************curl --location --request GET '/TenantProductMeasures' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"offset": 0,
"limit": 5,
"deviceId": "77f8ef98-b1ed-5c09-9265-dac9bebfb161"
}'[
{
"rowNo": 0,
"tenantId": 0,
"productId": 0,
"measureUnitId": 0,
"subMeasureUnitId": 0,
"subQuantity": 0,
"barcode": "string",
"status": 0,
"creatorUserId": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatorUserId": 0,
"updatedAt": "2019-08-24T14:15:22.123Z",
"description": null
}
]